body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #0066FF;
	SCROLLBAR-FACE-COLOR: #003399;
	SCROLLBAR-HIGHLIGHT-COLOR: #003399;
	SCROLLBAR-SHADOW-COLOR: #003399; SCROLLBAR-3DLIGHT-COLOR: #003399;
	SCROLLBAR-ARROW-COLOR: #FF9900; SCROLLBAR-TRACK-COLOR: #0082D6;
	SCROLLBAR-DARKSHADOW-COLOR: #003399;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}

h2 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #0066FF;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #f4d866;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #F4D866;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #CC6600;
	text-decoration: none;
}

#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;
	width: 704px;
	height: 95px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	color: #2625ff;
	font-size: 16pt;
	font-weight: bold;
}

ul#menu a {
	font-weight: bolder;
	color: #FFCC33;
	display:block;
	width:90px;
}

ul#menu a:hover {
	font-weight: bolder;
	color: #FFFF00;
	background-color: #0099FF;
}

ul#menu { margin: 0px; padding: 0px; }
#menu li { float: left; display: inline; list-style: none; width: 110px; }
#menu li a { display: block; padding: 0px 10px; margin: 0px; text-decoration: none; white-space: nowrap; text-align: center; }
#menu li ul { width: 110px; margin: 3px 0px 0px 0px; padding: 0px; position: absolute; z-index: 999; visibility:hidden; display: none; }
#menu li ul li { float: none; display: inline; width: 110px; }
#menu li ul li a { padding: 5px 3px; background: #0099FF; color: #FFFF00; width: 110px; }
#menu li ul li a:hover { background: #003399; color: #FFCC33; }



