/* CSS Document */body {	margin-top: 0px;	margin-left: 0px;	font-family: arial, helvetica, sans-serif;	font-size: 10px;	color: #000000;}h1 {	font-size: 24px;	color: #800000;}h2 {	font-size: 20px;	color: #800000;}h3 {	font-size: 12px;	color: #800000;}p {	font-family: arial, helvetica, sans-serif;	font-size: 12px;	color: #000000;}ul {	font-family: arial, helvetica, sans-serif;	font-size: 12px;	color: #000000;}/* Anchor Rules */a:link {	color: #000099;	text-decoration: underline;}a:visited {	color: #000000;	text-decoration: underline;}a:hover {	color: #990000;	text-decoration: underline;}.nav {	border-left: 1 solid #000000;	padding-left : 20px;	font-family: "Arial",sans-serif;	font-size: 11pt;}a.navlink{  text-decoration: none;  color: #FFFFFF;  font-family: "Arial",sans-serif;  font-size: 8pt; }a.navlink:visited{  text-decoration: none;  color: #FFFFFF;  font-family: "Arial",sans-serif;  font-size: 8pt; }a.navlink:hover{    text-decoration: none;  color: #EAC6C6;  font-family: "Arial",sans-serif;  font-size: 8pt;  font-weight: bold; }/* Class Rules */.dktxt {	font-size: 12px;	color: #000000;}.dkbluetxt {	color: #336598;}.deepbluetxt {	color: 003365;}.deepblueboldtxt {	color: 003365;	font-weight: bold;}.lgbluetxt {	color: #669aca;}.lgdkbluetxt {	color: #336598;	font-weight: bold;}.lightblueboldtxt {	font-size: 12px;	color: #507BA8;	font-weight: bold;}.graytxt {	color: #666666;}.subgreen {	color: #699933;}.lggreen {	font-size: 12px;	color: #699933;}/* Table Styles for Data Tables *//* Table 1 */tr.yellowstripe {	//background-color: expression(this.rowIndex % 2 > 0 ? "#EBEBEB" : "#FDFDBE");	background-color: expression(this.rowIndex % 2 > 0 ? "#EBEBEB" : "#EAC6C6");	}tr.yellowhighlight {	background-color: #FDFDBE;	}td.menu {	//background:#733021; 	background:#D07171;	color:#ffffff ; 	font-family: Arial, sans-serif; 	font-weight: bold;	font-size: 11px;	}	td.datasubhead1 {	border : 1px solid #999999; /*	border : 1px solid #999999; #BBABA4; */	background:#999999; 	color:#ffffff ; 	font-family: Arial, sans-serif; 	font-weight: bold;	}	td.datatable1 {	background:#ffffff;	border-bottom : 1px solid #cccccc;}/* Table 2 */	td.datatable2 {	background:#CCE6FF;	}td.datatable2w {	background:#ffffff;	}	td.datahead2 {	border : 1px solid #D07171; 	background:#D07171; 	color:#ffffff ; 	font-family: Arial, sans-serif; 	font-weight: bold;	}/* Table 3 */	td.datatable3 {	border-bottom : 1px solid #cccccc;	}td.datahead3 {	border : 1px solid #000099; 	background:#000099 ; 	color:#ffffff ; 	font-family: Arial, sans-serif; 	font-weight: bold;	}		/* Table 4 */	td.datatable4 {	border-bottom : 1px solid #cccccc;	}td.datahead4 {	border : 1px solid #000099; 	background:#000099 ; 	color:#ffffff ; 	font-family: Arial, sans-serif; 	font-weight: bold;	}	td.datasubhead4 {	border : 1px solid #E1DBD3; /*	border : 1px solid #CCCCCC; */	background:#E1DBD3; 	color:#ffffff ; 	font-family: Arial, sans-serif; 	font-weight: bold;	}