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: #001BA9;text-decoration:none}
a:link{color: #001BA9;text-decoration:none}
a:hover {	text-decoration:underline;	color:#001BA9;}

/* 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: #8FB9FF;
	color: #002b7a;
	font-weight: bold;
	font-size: 13px;
	height: 23px;
	}
td.headerRow {
	background: #8FB9FF;
	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{
	cell padding : 2px;
	cell spacing : 1px;
}

/* Main Panel Separator Class  */
td.separatorLine,{
	background: #d6d3c9;
}


