a.contato {
	font-family: Aria; 
	font-size: 10px; 
	color: #3F3C3D;
	text-decoration: none;
	font-weight : none;	
}

a.contato:hover {
	font-family: Arial; 
	font-size: 10px; 
	color: #3F3C3D;
	text-decoration: underline;
	font-weight : none;	
}

a {
	font-family: Aria; 
	font-size: 11px; 
	color: #336699;
	text-decoration: none;
	font-weight : bold;	
}

a:hover {
	font-family: Arial; 
	font-size: 11px; 
	color: #000088;
	text-decoration: underline;
	font-weight : bold;	
}

a.footer {
	font-family: Aria; 
	font-size: 10px; 
	color: #336699;
	text-decoration: none;
	font-weight : bold;	
}

a:hover.footer {
	font-family: Arial; 
	font-size: 10px; 
	color: #000088;
	text-decoration: underline;
	font-weight : bold;	
}

.textos {
	font-family: Arial; 
	font-size: 12px; 
	color: #3F3C3D;
	text-decoration: none;
	font-weight : none;	
}

.tit_release {
	font-family: Arial; 
	font-size: 12px; 
	color: #F48100;
	text-decoration: none;
	font-weight : bold;	
}

input.login {
	border:1px black solid;
	border-style: solid; 
	border-color: #000000; 
	background: #ffffff; 
	font-family: verdana; 
	font-size: 10px; 
	font-color: #000000;
}

input.ok {
	border:1px black solid;
	border-style: solid; 
	border-color: #000000; 
	background: #ffffff; 
	font-family: verdana; 
	font-size: 10px; 
	font-color: #000000;
}

input.campos {
	border:1px black solid;
	border-style: solid; 
	border-color: #888888; 
	background: #888888; 
	font-family: Arial; 
	font-size: 12px; 
	color: #FFFFFF;
}

textarea.campos {
	border:1px black solid;
	border-style: solid; 
	border-color: #888888; 
	background: #888888; 
	font-family: Arial; 
	font-size: 12px; 
	color: #FFFFFF;
}

select.campos {
	border:1px black solid;
	border-style: solid; 
	border-color: #000000; 
	background: #ffffff; 
	font-family: verdana; 
	font-size: 11px; 
	font-color: #000000;
}

input.botoes { 
	border:1px black solid;
	border-style: solid; 
	border-color: none;
	background: none; 
	font-family: Arial; 
	font-size: 12px; 
	color: #000000;
}