html {
	height: 100%;
}
body{
/*
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
*/
height: 100%;
	font-family: "Arial";	
	font-size: 11px;
	font-weight: normal;
	color: #00000;
}


#WEBSITE_TOP{	
	font-size: 21px;
	font-weight: bold;
}

#WEBSITE_FOOTER{
	font-size: 8px;
	font-weight: normal;	
}

#spacer_top{
	height: 15px;
}

#spacer_footer{
	height: 20px;
}
#spacer{
	height: 20px;
}
#spacer_table{
	height: 15px;
}

#table_main{
	width:	990px;
	min-height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#table_content{
	width:	990px;
	
}
#main_titulo{
	font-size: 27px;
	font-weight: bold;
	height: 80px;
	background-color: #ff0000;
	padding-left:30px;
	color: #ffffff;
}
#main_subtitulo{
	font-size: 20px;
	font-weight: normal;
	height: 40px;
	background-color: #ff0000;
	padding-left:30px;
	color: #ffffff;
	border-right: 1px solid #fff;

}
#tableTD_spacer{
	border-right: 1px solid #fff;
	height:1px;
	background-color: #ff0000;
	margin-top:5px;
	margin-bottom:5px;

}
#tableTD_titulo{
	background-color: #ff0000;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-left:5px;
	padding-left:10px;
	text-align: left;
	vertical-align: middle;
	border-right: 1px solid #fff;



}
#tableTD_text{
	font-size: 12px;
	font-weight: normal;
	padding-left:10px;
	padding-right:10px;
	line-height:20px;
}

#main_label{
	font-size: 14px;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;

}
#main_text{
	font-size: 12px;
	font-weight: normal;
	padding-left:10px;
	padding-right:10px;

}
#main_text11{
	font-size: 11px;
	font-weight: normal;
}
#main_text_pequeno{
	font-size: 9px;
	font-weight: normal;
	padding-left:10px;
	padding-right:10px;
}
#main_errors{
	font-size: 11px;
	font-weight: normal;
	padding-left:10px;
	padding-right:10px;

}

.main_input{
	font-size: 11px;
	font-weight: normal;
	width: 500px;
	padding-left:2px;
	padding-right:2px;

}
.main_textarea{
	font-family:"Arial";
	font-size: 11px;
	font-weight: normal;
	width: 500px;
	height: 120px;
	padding-left:2px;
	padding-right:2px;

}
.main_select{
	font-size: 11px;
	font-weight: normal;
	width: 500px;
	padding-left:2px;
	padding-right:2px;

}

#botao_enviar {
	cursor: pointer;
	font-family:"Arial";
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #FF6A00;
	padding-left:10px;
	padding-right:10px;	
}
#botao_enviar: hover{
	cursor: pointer;
	font-family: "Arial";
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FF6A00;
	padding-left:10px;
	padding-right:10px;		
}


a{
	font-family: "Arial"; 
	color: #FF6A00; 
	text-decoration: none;
	font-size:14px; 
	font-weight: normal;
}
a:hover{
	cursor:pointer;
	font-family: "Arial"; 
	text-decoration: none;
	color: #FF6A00; 
	font-size:14px; 
	font-weight: bold;
}


