body {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}

BODY {
    scrollbar-face-color: white;
    scrollbar-arrow-color:#000000;
    scrollbar-highlight-color:#ffffff;
    scrollbar-3dlight-color:#CCCCCC;
    scrollbar-shadow-color:#333333;
    scrollbar-darkshadow-color:#333333;
    scrollbar-track-color:#ffffff;
}

.mainheading {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bolder;
	color: #000000;
}
.sections {
	font-family: Arial;
	font-size: 10pt;
}
table {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}
.subheading {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
}
.subheading2 {
	font-family: Arial;
	font-size: 12pt;
	color: 000000;
}
.regular {
	font-family: Arial;
	font-size: 12px;
	font-weight: regular;
	color: #000000;
}
.bold-1 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.small {
	font-family: Arial;
	font-size: 11px;
	font-weight: regular;
	color: #000000;
}

a:link {
	font: bold 12px arial;
	color: #003366;
	text-decoration: none;
}
a:visited {font: bold 12px arial; color: #003366; text-decoration: none;}
a:hover {font: bold 12px arial; color: #004891; text-decoration: underline;}

div#topNav a {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:10px;
	letter-spacing:.1em;
	text-decoration: none;
	/*display:block;*/
	padding:8px 6px 10px 20px;
	}
	
div#topNav a:hover {
	background-image: url(/common/bgGold.gif);
	background: #FFFFFF;
	color:#CC0000;
	}