/* CSS Document */

body {
margin:0px;
background-image:url(img/fundo.jpg);
background-repeat:repeat-x;
background-color:#013363;
}

.texto_protv {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
text-align:left;

}

.texto {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#47474;
text-align:left;

}



.data {
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
color:#47474;
text-align:left;

}

.titulo {
font-weight:bold;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color:#474747;
text-align:left;

}



a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #003366;
}

.borda {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}

