/* CSS Document */
body{
background-color:#660000;
background-image:url(imagens/fundo.jpg);
margin:0px;
scrollbar-arrow-color:#CCCC99;
scrollbar-3dlight-color:#CCCC99;
scrollbar-highlight-color:#660000;
scrollbar-face-color:#660000;
scrollbar-shadow-color:#660000;
scrollbar-darkshadow-color:#CCCC99;
scrollbar-track-color:#660000;
}
.texto{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.mini{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
.rolagem {
         width: 540;
         height: 320;
         overflow: auto;
}
.barra {
scrollbar-arrow-color:#660000;
scrollbar-3dlight-color:#660000;
scrollbar-highlight-color:#CCCC99;
scrollbar-face-color:#CCCC99;
scrollbar-shadow-color:#CCCC99;
scrollbar-darkshadow-color:#660000;
scrollbar-track-color:#CCCC99;
}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*<---background-image: url(../images/combo_fc_fundo.gif);*/
	height: 18px;
	width: 285px;
	border-width:1px;
	border-color:#660000;
	text-indent: 1px;
	border-style:solid;
}

.formulariomsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*<---background-image: url(../images/combo_fc_fundo.gif);*/
	height: 110px;
	width: 285px;
	border-width:1px;
	border-color:#660000;
	text-indent: 1px;
	border-style:solid;
	scrollbar-arrow-color:#660000;
	scrollbar-3dlight-color:#660000;
	scrollbar-highlight-color:#CCCC99;
	scrollbar-face-color:#CCCC99;
	scrollbar-shadow-color:#999966;
	scrollbar-darkshadow-color:#660000;
	scrollbar-track-color:#CCCC99;
	scroolbar-style:solid;
}

.formularioddd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*<---background-image: url(../images/combo_fc_fundo.gif);*/
	height: 18px;
	width: 55px;
	border-width:1px;
	border-color:#660000;
	text-indent: 1px;
	border-style:solid;
}

.formulariotel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*<---background-image: url(../images/combo_fc_fundo.gif);*/
	height: 18px;
	width: 215px;
	border-width:1px;
	border-color:#660000;
	text-indent: 1px;
	border-style:solid;
}
.botao {
	color:#FFFFFF;
	background-color:#660000;
	border-color:#660000;
	border-width: 1px;
	border-style:solid;
}.index {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 7px;
	color: #FFF;
}

