.textoPadrao {
	color:					#333333;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	text-decoration:		none;
	text-align:				justify;
}

.cinza_10px {
	color:					#666666;
	font-family:			Tahoma;
	font-size:				11px;
	text-decoration:		none;
}
.cinza_10px:hover {			text-decoration:underline; color:#0000CC; font-weight:bold; }



.botao{		width:	90px; }
.input{ 	width:	350px;	border: 1px #999999 solid;}
.select{	width:	350px;	height: 20px; 	border: 1px #999999 solid;	}
.textarea{	width:	350px;	height: 130px; 	border: 1px #999999 solid;	}
.link_azul{	color: #0000FF; }

.verificarCampo{
	border:1px solid #FF0000;
	background:#FFCCCC;
}

.LinkAncoras	   { color:#5DA671; font-family:Verdana; font-size:11px; text-decoration:none; }
.LinkAncoras:hover { text-decoration:underline; }
	
.tituloPadrao {
	color:					#178C4D;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	text-decoration:		none;
	text-align:				justify;
	text-transform:			uppercase;
	font-weight:			bold; }
