body {
	background: #FFF;
	margin: 2px 0;
}
td {
	font: 12px "Trebuchet MS", Arial, sans-serif;	
	color: #000;
}
.erro {
	font: 12px "Courier New", "Trebuchet MS", Arial, sans-serif;	
	color: #B50228;
}
.txtfield {
	font: 12px "Courier New", "Trebuchet MS", Arial, sans-serif;	
	color: #B50228;
}
a {
	color: #000;
	text-decoration: none;
}
form {
	margin: 0;
	padding: 0;
}
.menu, .titulo, .subt1, .subt2, .valor, .rodape {
	font-weight: bold;
}
.menu a {
	color: #666;
	text-decoration: none;
}
a:hover, .menu a:hover, .menudestaque, .menudestaque a, .titulo, .titulo a, .leitura a {
	color: #B50228;
	text-decoration: none;
}
.menudestaque a:hover, .titulo a:hover, .leitura a:hover {
	color: #B50228;
	text-decoration: underline;
}
.subt1, .subt2, .rodape {
	font-size: 11px;
}
.subt1 {
	color: #666;
}
.subt2, .rodape {
	color: #999;
}
.valor {
	font-size: 12px;
	font-weight: bold;
}
.negativo, .negativo a, .negativop, .negativop a {
	color: #FFF;
	text-decoration: none;
}
.negativo a:hover, negativop a:hover {
	color: #FFF;
	text-decoration: underline;
}
.negativop {
	font-size: 9px;
	font-weight: bold;
}
.leitura {
	font-size: 13px;
	text-align: justify;
}
.txtfield, .menulist {
	background: #E6E6E6;
	border-top: 1px solid #666;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #666;
	padding: 0 3px;
}
.menulist {
	font: 10px "Trebuchet MS", Arial, sans-serif;	
}
.popup {
	position: absolute;
	z-index: 10;
	top: 28%;
	left: 28%;
	width: 400px;
	height: 190px;
	visibility: hidden;
	border: 1px solid #B50228;
	background: #FFF;
	color: #000;
	font-weight: bold;
	font: 12px "Trebuchet MS", Arial, sans-serif;	
	padding: 10px;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-moz-opacity : 0.9;
	opacity: 1.0;
}
