/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b5a68;
	align="left";
}
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url(../imagens/bg.jpg);
	background-repeat:repeat-x;
	background-color:#3b5a68;
}
.rodape {
	font-size: 11px;
}
.campo {
	border-color:#7f9db9;
	font-size:12px;
	border-style:solid;
	border-width:1px;
}
.titulo {
	font-weight: bold;
	font-size: 16px;
}
.textobranco {
	color: #ffffff;
	font-weight: bold;
}
a:link {
	color: #3b5a68;
	text-decoration: none;
}
a:hover {
	color: #0092d4;
	text-decoration: none;
}a:visited {
	color: #0092d4;
	text-decoration: none;
}
.textoerro {
	color: #ff0000;
}
.menu img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.menu a.selected img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.menu a:hover img, .menu a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.bemvindo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}