.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #666;
}
.texto A:link {
	text-decoration: none;
	font-weight:bold; 
	color:#666; 
}
.texto A:visited {
	text-decoration: none;
	font-weight:bold; 
	color:#666; 
}
.texto A:Hover {
	color: #666;
	font-weight:bold; 
	text-decoration: underline;
}

.texto A:Active {
	color: #666;
	font-weight:bold; 
	text-decoration: underline;
}

.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-transform:capitalize;
	font-size: 7.5pt; 
	font-weight:bold; 
	color:#aaf; 
}


.fotoon {
	border: 1px solid #FFFF00;
}
.fotooff {
	border: 1px solid #FFCC00;
}

.on {
	background: #FFFFFF;
}
.off {
	background: #F0E6D4;
}



input {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7.5pt; 
	font-weight: normal; 
	color: #000; 
	border: #fc0; 
	background: #ccf;
	border-style: solid; 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}

option {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7.5pt; 
	font-weight: normal; 
	color: #000; 
	border: #fc0; 
	background: #ccf;
	border-style: solid; 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}

select {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7.5pt; 
	font-weight: normal; 
	color: #000; 
	border: #fc0; 
	background: #ccf;
	border-style: solid; 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}

.InpRad {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7.5pt; 
	font-weight: normal; 
	color: #ccf; 
	border: #fc0; 
	background: none;
	border-style: solid; 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

textarea {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7.5pt; 
	font-weight: normal; 
	color: #000; 
	border: #fc0; 
	background: #ccf;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	}
