@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
td{
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}
a {
	text-decoration: none;
	color: #000000;

}
a:hover {
	color:#009900;
}
.bg_rodape {
	background-image: url(imagem/r_bg.jpg);
	background-repeat: repeat-x;
}
.bg_main {
	background-image: url(imagem/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bg_main_ax {
	background-image: url(imagem/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
td {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}

h1 {
	background-image: url(imagem/arrows.gif);
	background-repeat: no-repeat;
	text-indent: 8px;
	color: #006633;
	background-position: left center;
	list-style-type: none;
	text-transform: uppercase;
	font: 16px Arial;
}
/* Formulario  */

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#003366;
	width: 290px;
	border: 1px solid #dddddd;
}

.textfieldRequiredMsg, 
.textfieldMinCharsMsg,
.textfieldInvalidFormatMsg, 
.textfieldValidMsg {
	display: none;
}

.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinCharsState .textfieldMinCharsMsg
{
	display: block;
	color: #cc0000;
	padding:3px;
}

input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input
 {
	background-color: #FF9F9F;
}

.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}
.t_form {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 9pt;
	COLOR: #999999;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}#rodape {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#rodape a {
	color:#FFFFFF;
}
#rodape a:hover {
	color:#FDF0CC;
}#bg_c_rafnes {
	background-image: url(imagem/c_rafnes_bg.jpg);
	background-repeat: no-repeat;
	height: 224px;
	width: 290px;
}
#c_rafnes {
	padding-top: 26px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 35px;
	height: 163px;
	line-height: 18px;
}
#bg_c_fale {
	background-image: url(imagem/c_fale_bg.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 246px;
}
#c_fale {
	padding-top: 10px;
	padding-bottom: 35px;
	height: 75px;
}
