body { margin: 0; background: #000000 }

.divider { background-color: #666666 }

.banner { color: #eeeeee; background-color: #353535; font-size: 14pt; font-family: Verdana, Arial, Helvetica }

.subnav { background-color: #333333; line-height: 12pt; color: #F1CB12; font-size: 8pt; font-weight: bold; font-family: Verdana, Arial, Helvetica  }
.subnav A:link, .subnav A:visited { color: #F1CB12; text-decoration: none }
.subnav A:active, .subnav A:hover { color: #FF0012; text-decoration: none }

.rightcol { background-color: #333333 }

.copyright { color: #ffffff; font-size: 8pt; font-family: Verdana, Arial, Helvetica }

.nav { color: #F1CB12; font-size: 8pt; font-weight: bold; font-family: Verdana, Arial, Helvetica }
.nav A:link, .nav A:visited { color: #F1CB12; text-decoration: none }
.nav A:active, .nav A:hover { color: #FF0012; text-decoration: none }

.stock { color: #ffffff; font-size: 8pt; font-family: Verdana, Arial, Helvetica }
.stock A:link, .stock A:visited { color: #F1CB12; text-decoration: none }
.stock A:active, .stock A:hover { color: #FF0012; text-decoration: none }

.mblink { color: #008000; font-size: 8pt; font-weight: bold; font-family: Verdana, Arial, Helvetica }
.mblink A:link, .mblink A:visited { color: #008000; text-decoration: none }
.mblink A:active, .mblink A:hover { color: #FF0012; text-decoration: none }

h1 { color: #ffffff; font-weight: bold; font-size: 14pt; font-family: Arial, Trebuchet MS, Verdana, Helvetica }
h2 { color: #ffffff; font-weight: bold; font-size: 13pt; font-family: Arial, Trebuchet MS, Verdana, Helvetica }
h3 { color: #ffffff; font-weight: bold; font-size: 12pt; font-family: Arial, Trebuchet MS, Verdana, Helvetica }
h4 { color: #ffffff; font-weight: bold; font-size: 11pt; font-family: Arial, Trebuchet MS, Verdana, Helvetica }
h5 { color: #ffffff; font-weight: bold; font-size: 10pt; font-family: Arial, Trebuchet MS, Verdana, Helvetica }
h6 { color: #ffffff; font-weight: bold; font-size: 9pt; font-family: Arial, Trebuchet MS, Verdana, Helvetica }

p, ul, ul ul, ul ul ul, ol, ol ol, ol ol ol, dd, dl, dt
 { color: #ffffff; font-size: 8pt; font-family: Verdana, Arial, Helvetica }

select, option, textarea, input, nobr
 { color: #000000; font-size: 8pt; font-family: Verdana, Arial, Helvetica }

A:link { color: #F1CB12}
A:visited { color: #E0A20D }
A:active, A:hover { color: #FF0012 }


table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #333333; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Arial;
	font-size: 20pt;
	white-space: nowrap;
}