.Body Text   { color: navy; font-size: 9pt; font-family: Arial; font-weight: bolder; font-stretch: semi-expanded }
.borderTable { padding: 2px 4px 2px 4px; border: 1px solid #000000}
a:hover  { color: navy }
a  { color:white; font-size: 9pt; font-family: Arial; font-weight: bolder; text-decoration: none }
h3  { font-size: 10pt; font-family: Arial; font-weight: bold; text-align: inherit; margin: 1em 0 }
h2 { color: black; font-size: 10pt; font-family: Verdana; font-weight: bold; line-height: 12pt; margin: 0.83em 0 }
p   { color: navy; font-size: 9pt; font-family: Arial; font-stretch: semi-expanded; text-align: inherit }
h1  { color: black; font-size: 12pt; font-family: Verdana; font-weight: bold; margin: 0 0 0.67em }
h6     { color: navy; font-size: 10pt; font-family: Arial; font-weight: bold; list-style-image:  }
ul  { font-size: 9pt; font-family: Arial; color: navy; list-style: square }
hr { color: gray }
h4 { color: black; font-size: 11pt; font-family: Verdana; font-weight: bold }
h5 { color: white; font-size: 0.83em; font-weight: bold; margin: 1.67em 0 }
HTML
				{
					scrollbar-base-color			: #CCCCCC;
					scrollbar-arrow-color			: white;
					scrollbar-track-color			: #CCCCCC;
					scrollbar-shadow-color			: #000000;
					scrollbar-lightshadow-color		: #000000; 
					scrollbar-darkshadow-color		: #CCCCCC;
					scrollbar-highlight-color		: #FFFFFF;
					scrollbar-3dlight-color			: #FFFFFF;
					
					}
					
#coolmenu{
border: 1px solid white;
border-bottom-width: 0;
width: 160px;
background-color: white;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 164px;
}

#coolmenu a{
font: bold 11px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid silver;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: silver;
color: black;
}

BODY {background-color: #00121E;}


.directionbox {
	background-color: #052243;
	background-image: url('graph1.gif');
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF
}

.bullets {
	font-size: 12px;
	line-height: 14px;
	color: white;
	list-style-position: outside;
	text-decoration: none;
	margin-top: 9px;
	margin-right: 9px;
	margin-left: -13px;