body,  tr, td,  select, checkbox,input    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body,  select, checkbox,input    {

	color: #000000;
}



/* Site Text Links */
a:visited{	color: #b72600;text-decoration:none}
a:link{color: #b72600;text-decoration:none}
a:hover {	text-decoration:underline;	color:#b72600;}

/* Home Links */

table.LeftPanelnav a:visited{	color: #FFFFFF;text-decoration:none}
table.LeftPanelnav a:link{color: #FFFFFF;text-decoration:none}
table.LeftPanelnav a:hover {	text-decoration:underline;	color:#FFFFFF; }
table.LeftPanelnav a:active {
	text-decoration:underline;
	

}

/* Main Panel Heading */
tr.headerRow {
	background: #e7f4ff;
	color: #002b7a;
	font-weight: bold;
	font-size: 13px;
	height: 23px;
	}
td.headerRow {
	background: #e7f4ff;
	color: #002b7a;
	font-weight: bold;
	font-size: 13px;
	height: 23px;

}


/* Main Panel Alternate Rows */
tr.contentHeaderRow{
	color: black;
	font-weight: bold;
	background: #CCCCCC;
	font-size: 12px;
}
td.contentHeaderRow{
	color: black;
	font-weight: bold;
	background: #CCCCCC;
	font-size: 12px;
}


/* Main Panel Alternate Rows */
tr.alternateRow1{
	color: black;
	background: #EFF8FF;
	font-weight: bold;
}
td.alternateRow1{
	color: black;
	background:#EFF8FF;
	font-weight: bold;
}
tr.alternateRow2{
	color: black;
	background: EFF8FF;
}
td.alternateRow2{
	color: black;
	background: EFF8FF;
}
/* Main Panel Table containing Alternate Rows  */
table.content{
	padding-left : 4;
	padding-right : 4;
}

/* Main Panel Separator Class  */
td.separatorLine,{
	background: #d6d3c9;
}


