
.texto {
	font-size: 10pt;
	font-family: "trebuchet ms";
	color: #000000;
}

.rodape {
	font-size: 9pt;
	font-family: "trebuchet ms";
	color: #A0CDE0;
	text-decoration: none;
}

.rodape:hover {
	font-size: 9pt;
	font-family: "trebuchet ms";
	color: #A0CDE0;
	text-decoration: none;
	text-decoration: underline;
}

.aviso {
	font-size: 8pt;
	font-family: "trebuchet ms";
	color: #FF0000;
	font-weight: bold;
}

INPUT {
background-color: #FFFFFF;
border: #3787A9 1px solid;
color: black;
	font-family: "trebuchet ms";
	font-size: 8pt;
}

TEXTAREA {
background-color: #FFFFFF;
border: #3787A9 1px solid;
color: black;
	font-family: "trebuchet ms";
	font-size: 9pt;
font-weight: normal
} 


.menulink {
	font-family: "trebuchet ms";
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.menulink:link {
	font-family: "trebuchet ms";
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;	
	text-decoration: none;
}
a.menulink:hover {
	font-family: "trebuchet ms";
	font-size: 8pt;
	font-weight: normal;
	color: #064571;
	text-decoration: underline;
}
#dropmenudiv{
position:absolute;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border: 1px solid #3787A9;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
background-color: #3787A9;

}
#dropmenudiv a:hover{
background-color: #E6EEF1;
}
