a:link {
	color: #034682;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #034682;
}
a:hover {
	text-decoration: underline;
	color: #034682;
}
a:active {
	text-decoration: none;
	color: #034682;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.textos {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
.campo, .conteudo input, select, textarea{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #CCC;
	border: 1px solid #999;
	padding: 2px;
}
.tabela {
	border: 1px solid #000;
	background-color: #e9f1f5;
	
}