body { font-family: arial, helvetica, sans-serif; }
P,li,ul,td { font-size: 10pt; font-weight: normal; font-style: normal; color: black; }
.norm { font-size: 10pt; font-weight: normal; font-style: normal; color: black; }
small { font-size: 9pt; font-weight: normal; font-style: normal; color: black; }
H1 { font-size: 18pt; font-weight: bold; font-style: normal; color: black; }
H2 { font-size: 14pt; font-weight: bold; font-style: normal; color: #000069; }
H3 { font-size: 12pt; font-weight: bold; font-style: italic; color: black; }
strong { font-size: 10pt; font-weight: bold; font-style: normal; color: #000069; }
.red { font-size: 10pt; font-weight: bold; font-style: normal; color: #ff0000; }
em { font-size: 10pt; font-weight: bold; font-style: italic; color: blue; }
.footer { font-size: 8pt; color: black; font-style: italic; text-decoration: none; }
.BLink { color: black; }
.BigO { color: #B53E1E; font-weight: bold; font-size: 18px; }
.BiggerO { color: #B53E1E; font-weight: bold; font-size: 28px; font-style: italic; }
.SFR { font-size: 24px; font-style: italic; color: #ff66cc; font-weight: bold; }
.large { font-size: 18px; font-style: italic; }

.whatshot { 
	background: #EEBD60; 
	font-weight: bold; 
	padding: 6px 10px 6px 10px; 
	border-left: 1px solid #aaaaaa; 
	border-top: 1px solid #aaaaaa; 
	border-right: 3px solid black; 
	border-bottom: 3px solid black; 
	display: block; 
}
#bottom { clear: both; background: #ffffff; }
#nav, #nav ul{
	width: 898px;
	margin:0;
	padding: 0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	font-family: verdana, arial, helvetica, sans; color: white; font-weight: bold; font-size: 10px;
	background-color: #000000;
}
#nav a:link, #nav a:active, #nav a:visited{
	display: block;
	font-size: 10px;
	padding: 0px 10px 4px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	background-color: #000000;
	border-right: 1px #000000 solid; 
	border-bottom: 1px #000000 solid; 
}
#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	background-color: #F4BD48;
	font-size: 10px;
	color: #000000;
	border-right: 1px #000000 solid; 
	border-bottom: 1px #000000 solid; 
}
#nav a:hover{ 
	background-color: #F4BD48; 
	font-size: 10px;
	color: #660000; 
	border-right: 1px black solid; 
	border-bottom: 1px black solid; 
}
#nav ul li a:hover{ 
	background-color: #000000; 
	font-size: 10px;
	color: #ffffff; 
	border-right: 1px black solid; 
	border-bottom: 1px black solid; 
}
#nav li{ float: left; position: relative; }
#nav ul { position: absolute; width: 20em; top: 2em; display: none; }
#nav li ul a{ width: 20em; float: left; }
#nav ul ul{ top: auto; }	
#nav li ul ul { left: 22em; margin: 0px 0 0 8px; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{ display: none; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{ display: block; }
