body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}


/* Link appearance*/ 
a:link {  
color:#000000;
text-decoration:underline;
} 

/* Link appearance when flied by by mouse*/ 
a:active {  
color:#FFFFFF;
text-decoration:underline;
} 

/* Appearance of already visited links*/ 
a:visited {  
color:#FF0000;
} 

/* UserClass*/ 
a:hover {
	text-decoration:none;
	color:#000000;
	background-color: #FFCC00;
} 

select.caixa3,input.caixa4,textarea.caixa5 {
	background-color: #EFEFEF;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	z-index: 1;
	width:350px;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px dotted #AC9200;
}


input.botao {
	background-color: #555555;
	font-weight: lighter;
	font-size: 14px;
	color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #AC9200;
	z-index: 1;
	letter-spacing: 1px;
}
.negrito {
	font-weight: bold;
}
.texto_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.texto_menor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
.texto2 {
	font-size: 14px;
}
.texto_rodape {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	text-align: center;
}
.cx_amarela {
	background-color: #FFCC00;
	font-size: 10px;
	font-weight: bold;
}
