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

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

}

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


.rodape {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:10px;
	color: #888888;
}

.depoimento {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Verdana;
}

.depoimento strong { color: #444; }
.depoimento strong.nome { font-size: 13px; }
.depoimento p { color: #333 !important; }

.last { border: 0px; }

.tit {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	color: #ffffff;
	font-weight:bold;
}


.txt {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	color: #888888;
}
.txt2 {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	color: #444444;
}


.formulario {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	color: #888888;
	height:12px;
}


.top {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.suporte {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #AB8901;
}

.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;
}