/* ESTILO DA PARTE DOS PILOTOS */



/* body */
body {
	background: #f3f8e2;
	font-family: Century Gothic;
	margin:0;
	padding:0;
}


/* links */
a {
	color: #777;
}
a:link {
	text-decoration: none;
	color: #777;
}
a:visited {
	text-decoration: none;
	color: #777;
}
a:hover {
	text-decoration: none;
	color: #777;
}
a:active {
	text-decoration: none;
	color: #777;
}

/* divisao */
.linha {
	background: #ffffff;
	height: 1px;
	border-top: 1px solid #d7d6d6;
	clear: both;
}


/* textos e titulos */

.tt_20 {
	color: #565656;
	font-size: 20px;
	font-weight: none;
}

.tt_12 {
	color: #aaa;
	font-size: 12px;
	font-weight: none;
}

.tx_box {
    color: #777;
	font-size: 12px;
	font-weight: none;	
	text-align: justify;

}

.tx_box_bold {
    color: #777;
	font-size: 12px;
	font-weight: bold;	
	text-align: justify;

}

.tx_box_bold_grande {
    color: #777;
	font-size: 20px;
	font-weight: bold;	

}

.tx_box_linha {
    color: #777;
	font-size: 12px;
	font-weight: none;	
	border-bottom: 1px solid #999999;
	padding: 0px;
	line-height:20px;


}

.tx_box_bold_linha {
    color: #777;
	font-size: 12px;
	font-weight: bold;	
	border-bottom: 1px solid #999999;
	padding: 0px;
	line-height:20px;


}

.tx_red_12 {
    color: #FF0000;
	font-size: 12px;
	font-weight: none;	

}

/* formularios */

.form1 {
	border-right: #565656 1px solid; 
	border-top: #565656 1px solid; 
	border-left: #565656 1px solid;
	border-bottom: #565656 1px solid;
	font-size: 10px; 
	font-weight: bold;
	color: #777; 
	font-family: Century Gothic; 
	background-color: #FFFFFF;

}