/* -- [ Corpo ] --------------------------------------------*/
body {
	margin-left: 0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:0px;
	background-color: #C6C6C6;
	background-image: url("http://www.vitoriatrafego.com/img/bg.gif");
	background-repeat: repeat-x;
	background-position:top;
	}
	
.tdcorpo {
	background-color: #FFFFFF;
	background-image: url("http://www.vitoriatrafego.com/img/a5-bg.gif");
	background-repeat: no-repeat;
	background-position: 0px 26px;
	}
	
td, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

b,strong {color:#112C71;}

.div {
	margin-top:82px;
	margin-left:80px;
	}

/* -- [ Texto ] --------------------------------------------*/

.titulos {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold
	}
	
.titulos3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #112C71;
	font-weight:bold
	}
.titulos2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #112C71;
	font-weight:bold
	}
	
.subtitulos {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #578FCA
	}

.texto_branco {
	color: #FFFFFF;
	}
	
.texto_vermelhos {
	color: #B70808;
	}
	
.texto_cinza {
	color: #666666;
	}

/* -- [ Forms ] --------------------------------------------*/
form, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1 solid #1D5500;
}

/* -- [ Links ] --------------------------------------------*/
.links_pretos {
	margin-left: 5px;
	text-decoration: none;
	color: #122409;
}
.links_pretos:hover {
	margin-left: 10px;
	text-decoration: underline;
	color: #FFFFFF;
}

.links {
	text-decoration: none;
	color: #122409;
}
.links:hover {
	text-decoration: underline;
	color: #000000;
}