body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link,a:visited ,a:active{
	color: #00285c;
	text-decoration: underline;
}

a:hover {
	color: #c51806;
	text-decoration: underline;
}

.fim{
	font-size: 10px;
}

.fim a{
	font-size: 10px;
}

.fim a:hover{
	font-size: 10px;
}



a.fim:link,a.fim:visited ,a.fim:active{
	color: #00285c;
	font-size: 11px;
}

a.fim:hover {
	color: #c51806;
	font-size: 11px;
}

.titulon {
	font-size: 13px;
	font-weight: bold;
	color: #445978;
}

.menup{
	color: #445978;
}



a.menup:link,a.menup:visited ,a.menup:active{
	color: #00285c;
	text-decoration: none;

}

a.menup:hover {
	color: #c51806;
	text-decoration: none;
}

.wireframemenu{
width: 136px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 136px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu li{
/*margin-bottom:10px;*/
background-color: white;
}

.wireframemenu li .rodape{
background-color: white;
}

.wireframemenu a{
	font: bold 11px Verdana;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border: 1px solid #C0C0C0;
	text-align: right;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #445978;
color: white;
}
.menu_sep{
height:10px;
}

