a:link {
	color: #0071bb;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0071bb;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #0071bb;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #0071bb;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffde13;
}
.textos {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	line-height: 15px;
}
.textos_news {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}
.titulos {
	font-family: Arial;
	font-weight:bold;
	font-size: 14px;
	color: #0071bb;
	line-height: 15px;
}
.campo, .conteudo input, select, textarea{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999;
	padding: 4px;
}