/* CSS Stylesheet */.header {	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	font-size: 12px;	line-height: 14px;	color: #fff;	}/*------------------ Base (default) items ------------------*/BODY {	margin: 0px;	font-family: Arial, Helvetica, sans-serif;	color: #000000;	}.body {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 14px;	color: #000;	}P {}H1, H2, H3, H4, H5, TH, THEAD, TFOOT {}H1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 20px;	color: #000099;	}H2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	line-height: 18px;	font-weight: bold;	color: #666;	}	H3 {}H4 {}H5, DT {}H6 {}TFOOT, THEAD {}TH {}TD {}A:link {	color: #003399;	text-decoration: none;	}A:visited {	color: #003399;	text-decoration: none;	}A:active {		color: #003399;	text-decoration: none;	}A:hover {	font-weight: bold;	color: #666;	text-decoration: underline;	}SMALL {}BIG {}BLOCKQUOTE, PRE {}UL LI {}UL LI LI {}UL LI LI LI {}OL LI {}OL OL LI {}OL OL OL LI {}IMG {}.left {}.center {}.right {}.red {}.grey {}/*----------------------------------------------------------*//*--------------------- Left Nav items ---------------------*/.menuTable /* This is the subtable that comprises the menu */ {	width: 175px;	}TD.menu {	width: 175px;	height: 20px;   font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #003399;	padding-left: 5px;	}a.menu:link, a.menu:visited{	color: #003399;	text-decoration: none;	}a.menu:hover {	color: #0099cc;	text-decoration: underline;	}a.menu:active {	color: #003399;	text-decoration: none;	}/*----------------------------------------------------------*//*---------------------- Footer items ----------------------*/.footer {	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	font-size: 10px;	color: #fff;	}a.footerLink:link, a.footerLink:visited {	color: #fff;	text-decoration: none;}a.footerLink:hover {	color: #fff;	text-decoration: underline;}a.footerLink:active {	color: #fff;	text-decoration: none;}/*----------------------------------------------------------*/
