body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	background-color:#CCEAE9;
	margin: 0px;
	font-family: Verdana;
	font-size:10px;
}
table {
	font-family: Verdana;
	font-size:10px;
}
div.Geral {
	background-image: url(../img/bg_lat.gif);
	background-repeat: repeat-x;
	background-color:#CCEAE9;
}
div.Header {
	height:124px;
	background-image: url(../img/header.jpg);
	background-position:center;
	background-repeat: no-repeat;
}
div.Header-fotos {
	height:94px;
	background-image: url(../img/header.jpg);
	background-position:center;
	background-repeat: no-repeat;
}
table.Menu {
	background-color:#FFFFFF;
	width:760px;
	height: 20px;
	
}
hr.Pontilhado {border: none 0; 
	border: 1px dashed #005BAC;
	width: 100%;
	height: 1px;
	}	
	
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* TEXTOS */
.Preto {
	color:#000000
}
.Cinza {
	color:#8F8F8F
}
.Verde {
	color:#008380
}

div.Footer {
	width:720px;
	height:140px;
	background-image: url(../img/bg_footer.gif);
	background-position:center;
	background-repeat: repeat-x;
	color:#00A19D;
}

img.Pontilhado {
	background-image: url(../img/linha_pontilhada.gif);
	width:100%;
	height:1px;
	margin:6px 0px 6px 0px;
	}