body {
margin-top: 0;
margin: 0;
/*background-image: url(imagem/fundo.jpg);*/
background: #F2F0FF;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}

#menubv {
width: 13.5em;
padding: 0px;
margin: 0px;
font: 14px Verdana, sans-serif;
list-style: none;
}
#menubv ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#menubv li {
border-bottom: 1px solid #273D64;
margin: 0px;
padding: 0px;
}
#menubv li a {
display: block;
padding: 5px 5px 5px 0.5em;
font-weight:bold;
border-left: 10px solid #273D64;
border-right: 10px solid #fff5ee;
background-color: #4683C2;
color: #FFFFFF;
text-decoration: none;
}
#menubv li a:hover {
border-left: 10px solid #4683C2;
border-right: 10px solid #fff;
/*background-color: #f6f7f8;*/
background-color: #fff;
color: #333;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#menubv  li { float: left; height: 1%; }
* html ul#menubv  li a { height: 1%; }
/* End */

.tamanho11 { font-size: 11px; }
.tamanho12 { font-size: 12px; }
.tamanho13 { font-size: 13px; }
.tamanho14 { font-size: 14px; }

.texto_branco {color: #FFFFFF}

.titulos_header {color: #1F3F79; font-size: 22px; font-weight:bold;}

.texto_data_rodape {font-size: 12px; font-weight: bold;}

.bordapontilhada{border: 1px dashed #1F3F79;
   /* background-color: #fff */ }

.texto_vermelho { color:#990000 ; }

a {
    text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}






