/* GENERIC */
body
{
	font: .7em Verdana, Arial, Helvetica, sans-serif;	
	padding: 0px;
	margin: 0px 5px 0px 0px;
	background: #000;	
}
td, th, caption
{
	font-size: 11px;
}
caption
{
	text-align: left;
	font-weight: bold;	
}

/* HEADER, INCLUDING TICKER */
div#header
{	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 706px;
	height: 24px;
	background: #36466B url(../images/common/edge_top_right.jpg) top right no-repeat;	
	font-size: 11px;
	color: #FFF;
}
div#symbol
{
	position: absolute;
	top: 0px;
	left: 5px;
	width: 172px;
	height: 24px;
	text-align: center;
	padding-top: 5px;
}
div#contact
{
	position: absolute;
	top: 0px;
	left: 580px;
	height: 24px;
	padding-top: 5px;
}
div#contact a
{
	color: #FFF;	
	text-decoration: none;
}
div#contact a:hover
{
	color: #B96231;
}
div#contact img
{
	border: none;
	padding-right: 5px;
}
div#ticker
{	
	position: absolute;
	top: 0px;
	left: 172px;
	width: 374px;
	height: 24px;	
	text-align: center;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	background: url(../images/common/loading2.gif) center no-repeat;
}
div#ticker img
{
	margin-top: 3px;
}

/* Registered symbol - added 6/26/07 GML */
span.reg {
	position: relative;
	top: -3px;
	font-size: 80%;
	}