@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../img/bg.jpg) repeat-x;
	background-color: #ffffff;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.txt_cinza {
	color: #828282;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.txt_vermelho {
	color: #DA251C;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


.estilo_form{
	background:url(../img/bg_form.jpg) repeat-x;
	border: 1px #A5ACB2 solid;
	
	
	scrollbar-arrow-color:#ffffff;
	scrollbar-3dlight-color:#999999;
	scrollbar-highlight-color:#999999;
	scrollbar-face-color:#999999;
	scrollbar-shadow-color:#999999;
	scrollbar-darkshadow-color:#999999;
	scrollbar-track-color:#666666;
	color: #999999;
}

.estilo_form2{
	background:url(../img/bg_form2.jpg);
	border: 1px #A5ACB2 solid;
	
	color: #999999;
}

.bt_form{
	background-color:#999999;
	border: 1px #999999 solid;
	font-family:Trebuchet MS, Arial, Verdana;
	font-size: 11px;
	color: #ffffff;
}