/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #353535;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #353535;
}

a {
	color: #56784e;
	text-decoration: underline;
}

a:hover {
	color: #56784e;
	text-decoration: underline;
}

.LinkSuperior {
	color: #FFFFFF;
	text-decoration: none;
}

.LinkSuperior:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.LinkMenu {
	color: #73956b;
	text-decoration: none;
}

.LinkMenu:hover {
	color: #73956b;
	text-decoration: underline;
}

.TituloDestaque {
	font-size: 16pt;
	color: #4e6626;
	font-weight: bold;
	text-decoration: none;
}

.TituloDestaque:hover {
	font-size: 16pt;
	color: #4e6626;
	font-weight: bold;
	text-decoration: underline;
}



#LinksTopo {
	position: absolute;
	top: 17px;
	left: 770px;
	color: #FFFFFF;
}

#Rodape {
	position: relative;
	top: -15px;
	left: 670px;
	width: 250px;
	text-align: right;
	color: #8e8e8e;
}