﻿body, html{
	margin:0px; 
	padding:0px;
}

body{
	background:url(../images/background.jpg) left bottom fixed #d2cdba;
}

#container
{
	width: 100%;
	height: 620px;
}

td#colMap
{
    width: 70%;
    height: 575px;
    border: 1px solid black;    
    vertical-align: top;
}

#mapContainer
{
    width: 100%;
    height: 575px;
}

div#map
{
	clear: both;
    width: 100%;
    height: 595px;    
    background-color:  Red;   
    background-color: #6BA0BB;
}

.lblNome
{
	font-family: Verdana;
	font-size: medium;	
}

.lblSigla
{
	font-family: Verdana;
	font-size: small;	
	font-weight: bold;
}


.BalloonInfo
{
	font-family: Verdana;
	font-size: 12px;
	color: #CC6600;
}
