/* Estilos TEXTOS  */

.titulo { font-family: tahoma; font-size:24px; letter-spacing:-1; color:#FF6600;}
.titulo14 { font-family: tahoma; font-size:14px; letter-spacing:-1; color:#FF6600;}
.titulo14Preto { font-family: tahoma; font-size:14px; letter-spacing:-1; color:#000;}
.texto { font-family: tahoma; font-size:12px;  color:#333333;}
.texto16 { font-family: tahoma; font-size:16px;  color:#333333;}
a.texto { font-family: tahoma; font-size:12px;  color:#333333; text-decoration:none;}


/* Estilos FORMS  */
.form {
	width: 100%;
	font-family: Tahoma;
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	margin-top: auto; 
	margin-right: auto; 
	margin-bottom: auto; 
	margin-left: auto; 
	}
	
	.plain {height:20px; vertical-align:middle;}

.textBox {
	font-family: Tahoma;
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	margin-top: auto; 
	margin-right: auto; 
	margin-bottom: auto; 
	margin-left: auto;
	padding-top:2px; 
		padding-bottom:2px; 
	border: 1px #CCCCCC solid;
}



.button {
	border: 1px #CCCCCC solid;
	background-color:#FF3300;
	cursor: pointer;
	color: #fff;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 1px;
	
}