.bg_home {
	background-attachment: scroll;
	background-image: url(../images/home_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}
.campo_form {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 110px;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-align: left;
}
.tit_azul {
	font-size: 11px;
	font-weight: bold;
	color: #35679A;
}
.txt_pequeno {
	font-size: 9px;
	color: #333333;
}


.txt_verde_bold {
	font-weight: bold;
	color: #006633;
}

.txt_form {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
.titulos2 {
	font-size: small;
	font-weight: bold;
	color: #000066;
}



.borda {
	border: 1px solid #A2BBD1;
}
.botao {
	font-weight: bold;
	background-color: #FAFAF9;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 35px;
	font-size: 11px;
	color: #3B699D;
	text-align: center;
}





* a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color: blue;
	text-decoration:underline;
	font-style: italic;
}
a:link {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color: blue;
	text-decoration:underline;
	font-weight: bold;
}
* a:visited {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color: blue;
	text-decoration:underline;
	font-weight: bold;
}
