#listTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

#infoTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

#entryTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
	float:left;
	display:table-row
	
}


.formTitle {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.bluebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	border: 1px solid #000000;
}

.topNav {
	font-family: "Courier New", "Courier", "mono";
	font-size: 14px;
	background-color: #FFFFFF;
}

.activeTopNav {
	font-family: "Courier New", "Courier", "mono";
	font-size: 14px;
	background-color: #CCCCFF;
}

.row1 {
	background-color: #EFEFEF;
}

.row2 {
	background-color: #DEDEDE;
}
.row3 {
	background-color: #D4E4F6;
}

.row4 {
	background-color: #DEDEDE;
}

.errorMessage {
	font-family: "Courier New", "Courier", "mono";
	font-size: 12px;
	font-weight: bolder;
	color: #CC3300;
}

body {
	font-family: "Arial", "Helvetica", "sans-serif";
	text-align: center;
	font-size: 10px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.nav {
	font-family: "Courier New", "Courier", "mono";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6699CC;
}

td.nav:hover {
	font-family: "Courier New", "Courier", "mono";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #97C1E7;
}

a.nav {
	font-family: "Courier New", "Courier", "mono";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

a.nav:hover {
	font-family: "Courier New", "Courier", "mono";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: block;	
}

.navSelected {
	font-family: "Courier New", "Courier", "mono";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #DEDEDC;
}

a.bottomNav {
	font-family: "Courier New", "Courier", "mono";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

a.bottomNav:hover {
	font-family: "Courier New", "Courier", "mono";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
}

.detailSpacer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.tabSelected {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bolder;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #97C1E7;
}

.tabSelected:hover {
	font-family: "Courier New", "Courier", "mono";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	background-color: #97C1E7;
}

.tabNotSelected {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}

.tabNotSelected:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}

a.tabNav {
	color: #000000;
	text-decoration: underline;
	font-weight: bolder;
}

a.tabNav:hover {
	color: #000099;
	text-decoration: none;
	font-weight: bolder;
}

.whiteTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
	background-color: #FFFFFF;
}

.lightBlue {
	background-color: #AACCFF;
}

.navArea {
	background-color: #FFFFFF;
}

.contentArea {
	background-color: #FFFFFF;
}

a.leftnav {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #333333;
	background-color: #AABBCC;
	display: block;
	padding: 2px 2px 2px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 25px;
	width: 150px;
	text-decoration: none;
	font-weight: bold;
}

a.leftnav:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	padding: 2px 2px 2px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 25px;
	width: 150px;
	text-decoration: none;
	font-weight: bold;
}
.graybox {
	background-color:#CCC;
}

.footer {
	font-size: 10px;
}

fieldset
{
	border: #26a solid 1px;
}

legend
{
	background: #fb0;
	border: #26a solid 1px;
	padding: 1px 10px;
	font-weight: bold;
}

.errorMessage {
	color: #990000;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.detailTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.detailTable .label {
	background-color: #EFEFEF;
}

.detailTable .content {
	background-color: #FFFFFF;
}
.tdBlue {
	BACKGROUND-COLOR: #d4e3f1; FONT-FAMILY: Arial, Tahoma, Verdana, Trebuchet MS; COLOR: #000000; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none
}
<style type="text/css">

.explainteste			{ font-family: verdana; font-size: 12px; font-weight: normal; color: #333333 }
.explainb	 			{ font-family: verdana; font-size: 12px; font-weight: bold; color: #333333}
.explainb:hover			{ font-family: verdana; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none }
.explainp	 			{ font-family: verdana; font-size: 12px; font-weight: normal; color: #000000; text-decoration: none}
.explainp:hover	 		{ font-family: verdana; font-size: 12px; font-weight: normal; color: #0000cc; text-decoration: none}
.explaina	 			{ font-family: verdana; font-size: 12px; font-weight: normal; color: #000066; text-decoration: none}
.explaina:hover	 		{ font-family: verdana; font-size: 12px; font-weight: normal; color: #000066; text-decoration: underline}
.explainc	 			{ font-family: verdana; font-size: 12px; font-weight: normal; color: #eeeeee}
.explain          		{ font-family: verdana; font-size: 12px; font-weight: normal; color: #333333 }
.explain:hover    		{ font-family: verdana; font-size: 12px; font-weight: normal; color: #000000; text-decoration: none }
.explainminia 			{ font-family: tahoma; font-size: 11px; font-weight: normal; color: #000066 }
.explainminia:hover		{ font-family: tahoma; font-size: 11px; font-weight: normal; color: #000066; text-decoration: none }
.explainwhitemenu 		{ font-family: verdana; font-size: 11px; font-weight: bold; color: #ffffff; text-decoration: none}
.explainwhitemenu:hover	{ font-family: verdana; font-size: 11px; font-weight: bold; color: #ffffcc; text-decoration: none }
.explainwhite 			{ font-family: verdana; font-size: 12px; font-weight: normal; color: #ffffff; text-decoration: none}
.explainwhite:hover		{ font-family: verdana; font-size: 12px; font-weight: normal; color: #ffffcc; text-decoration: none }
.explainwhiteb 			{ font-family: verdana; font-size: 12px; font-weight: bold; color: #ffffff }
.explainwhiteb:hover	{ font-family: verdana; font-size: 12px; font-weight: bold; color: #80ffff; text-decoration: none }

.explaintituloemp		{ font-family: verdana; font-size: 12px; font-weight: bold; color: #000066 }
.explaintituloemp:hover	{ font-family: verdana; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none }
.explaincoremp			{ font-family: verdana; font-size: 12px; font-weight: normal; color: #000066 }
.explaincoremp:hover	{ font-family: verdana; font-size: 12px; font-weight: normal; color: #000000; text-decoration: none }

.explaintitulocur	{ font-family: verdana; font-size: 12px; font-weight: bold; color: #000066 }
.explaintitulocur:hover	{ font-family: verdana; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none }
.explaintitulored	{ font-family: verdana; font-size: 12px; font-weight: bold; color: #cc0000 }
.explaintitulored:hover	{ font-family: verdana; font-size: 12px; font-weight: bold; color: #ff0000; text-decoration: none }
.explainred	{ font-family: verdana; font-size: 12px; color: #cc0000 }
.explainred:hover	{ font-family: verdana; font-size: 12px; color: #ff0000; text-decoration: none }
.red	{ font-family: arial; font-size: 12px; color: #cc0000 }
.red:hover	{ font-family: arial; font-size: 12px; color: #ff0000; text-decoration: none }
.explaincorcur		{ font-family: verdana; font-size: 12px; font-weight: normal; color: #000066 }

.explaintitulousr	{ font-family: verdana; font-size: 12px; font-weight: bold; color: #000066 }
.explaintitulousr:hover	{ font-family: verdana; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none }
.explaincorusr		{ font-family: verdana; font-size: 12px; font-weight: normal; color: #000066 }

.explainmini 		{ font-family: verdana; font-size: 11px; font-weight: normal; color: #CC0000 }
.explainmini:hover 		{ font-family: verdana; font-size: 11px; font-weight: normal; color: #FF0000; text-decoration: none }
.explainminia 		{ font-family: verdana; font-size: 11px; font-weight: normal; color: #000066 }
.explainminia:hover 		{ font-family: verdana; font-size: 11px; font-weight: normal; color: #000066; text-decoration: none }
.explainminias 		{ font-family: verdana; font-size: 11px; color: #000066; text-decoration: none  }
.explainminias:hover 		{ font-family: verdana; font-size: 11px; color: #000066; text-decoration: underline  }
.explainminip 		{ font-family: verdana; font-size: 11px; font-weight: normal; color: #333333; text-decoration: none }
.explainminip:hover 		{ font-family: verdana; font-size: 11px; font-weight: normal; color: #000000; text-decoration: none }
.explainminib 		{ font-family: verdana; font-size: 11px; font-weight: bold; color: #000066 }
.explainminib:hover 		{ font-family: verdana; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none }
.explainminiw 		{ font-family: verdana; font-size: 11px; font-weight: normal; color: #ffffff }

.explainminimi 		{ font-family: verdana; font-size: 9px; font-weight: normal; color: #CC0000 }
.explainminimi:hover 		{ font-family: verdana; font-size: 9px; font-weight: normal; color: #FF0000; text-decoration: none }

.line		 	{ background-color: #CCCCCC; height: 1pt; }
.blueline		{ background-color: #000066; height: 1pt; }

.cur1 			{ background-color : #006699; }
.cur2			{ background-color : #3366FF; }
.cur3			{ background-color : #B4D1E2; }
.cur4			{ background-color : #93A5BD; }
.cur5			{ background-color : #f4f9fd }

.emp1 			{ background-color : #006699; }
.emp2			{ background-color : #3366FF; }
.emp3			{ background-color : #B4D1E2; }

.usr1 			{ background-color : #006699; }
.usr2			{ background-color : #EEEEEE; }
.usr3			{ background-color : #B4D1E2; }

.cinza 			{ background-color : #CCCCCC; }
.cinzamake		{ background-color : #DDDDDD; }
.cinzaclaro		{ background-color : #EEEEEE; }
.azulclaro		{ background-color : #E2EBEE; }

.bg-colorido-00 	{ background-color: #CC0000; text-decoration: none; }
.bg-colorido-claro	{ background-color:#EFEFF5; font-size:12px; text-decoration: none; }
.parcelas			{ padding:5px 12px 7px 12px; display:block; }

</style>