body {
	background-color: #D9EAE2;
	margin: 0;
}
td,body,.txtfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	cursor: default;
}
a:link,a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #00A85A;
	text-decoration: none;
}
.txt a:link,.txt a:visited {
	color: #00A85A;
	text-decoration: none;
}
.txt a:hover {
	color: #666;
	text-decoration: underline;
}
.data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-top: 5px;
}
.sub {
	background-image: url(images/bg_sub.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 2px 5px;
}
.txtfield {
	background-color: #EEF3F1;
	border-top: 1px solid #B2BAB6;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #B2BAB6;
	padding: 0 3px;
	scrollbar-face-color: #EEF3F1;
	scrollbar-arrow-color: #666;
	scrollbar-track-color: #EEF3F1;
	scrollbar-3dlight-color: #EEF3F1;
	scrollbar-highlight-color: #EEF3F1;
	scrollbar-shadow-color: #EEF3F1;
	scrollbar-darkshadow-color: #EEF3F1;
}
.destaque {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00A85A;
	font-weight: bold;
}
.destaquemaior {
	font-size: 14px;
	color: #00A85A;
	font-weight: bold;
}
.rodape {
	font-size: 9px;
	font-weight: bold;
}