body,  tr, td,  select, checkbox,input    {
	font-family: Arial; 
	font-size: 12px;
}

body,  select, checkbox,input    {
	background-color: #FFFFFF;
	color: #000000;
}





/* Site Text Links */
a:visited{	color: #3A535E;text-decoration:none}
a:link{color: #3A535E;text-decoration:none}
a:hover {	text-decoration:underline;	color:#FF8A00;}


/* left  Panel Links */

table.main a:visited{	color: #FFFFFF;text-decoration:none}
table.main a:link{color: #FFFFFF;text-decoration:none}
table.main a:hover {	text-decoration:underline;	color:#FF8A00; }
table.main a:active {	text-decoration:underline;	color:#FF8A00; font-weight: bold;  font-size: 11px; }

/* Main Panel Heading */
tr.headerRow {
	background: #094564;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
td.headerRow {
	background: #094564;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}



/* Main Panel Alternate Rows */
tr.title{
	color: black;
	font-weight: bold;
	
	font-size: 13px;
}
td.title{
	color: black;
	font-weight: bold;
	
	font-size: 13px;
}

tr.Contentheader{
	color: black;

	background: #B1D8E9;

}
td.Contentheader{
	color: black;

	background: #B1D8E9;

}


/* Main Panel Alternate Rows */
tr.alternateRow1{
	color: black;
	background: #E4F6FE;
}
td.alternateRow1{
	color: black;
	background: #E4F6FE;
}
tr.alternateRow2{
	color: black;
	background: #F1FBFF;
}
td.alternateRow2{
	color: black;
	background: #F1FBFF;
}


/* Main Panel Separator Class  */
table.separatorLine, table.separatorLine tr, table.separatorLine tr td{
	background: #336699;
}


