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