/* Scrollbar properties are only supported by Internet Explorer 5.5  */
body {
	scrollbar-3dlight-color : Black;
	scrollbar-arrow-color : Red;
	scrollbar-base-color : Black;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : Black;
	scrollbar-highlight-color : Red;
	scrollbar-shadow-color : Red;
	scrollbar-track-color : Black;
}

BODY, TD {
	color : #D3D3D3;
	font-family : sans-serif;
	font-size: 8 pt;
	text-align: left;
	font : serif;
	margin : 1px 2px;
}

H1 {
	font-size: 10pt;
	color : #FF8C00;
	margin-top: 10;
	margin-bottom: 20;
	font : bold italic Verdana Geneva Arial Helvetica sans-serif;
}

H2 {
	font-size: 8pt;
	color : #FFD700;
	margin-top: 10; 
	margin-bottom: 1;
}

p{
	font-family : sans-serif;
	font-size: 7pt;
	text-align: left;
	color : #D3D3D3;
	margin-top: 0;
	margin-bottom: 5;
}

a{
	color : Aqua;
}

.styleHeading
{
	font-family : sans-serif;
	font-size: 8pt;
	text-align: left;
	color : #FFD700;
	margin-top: 3; 
	margin-bottom: 2
}

.styleDetail
{
	color : #D3D3D3;
	font-family : sans-serif;
	font-size: 7pt;
	text-align: left;
	font : serif;
	margin : 5px 9px;	
}


#overlay_bottom { 
  position: absolute; 
  right: 0px; 
  bottom: 0px; 
  width: 585px; 
  height: 51px; 
  z-index: 2; 
} 

#overlay_right { 
  position: absolute;  
  right: 0px; 
  top: 0px; 
  width: 46px; 
  height: 343px; 
  z-index: 2; 
} 
 
#video { 
  margin-top: 0px; // provide buffer for logo 
  z-index: 9; 
} 
 
a.menu_members {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	white-space: nowrap;
	font-style:normal;
	text-align:center;
}

a.menu_members:link	{color: white; text-decoration: none}
a.menu_members:active  {color: white; text-decoration: none}
a.menu_members:visited {color: white; text-decoration: none}
a.menu_members:hover   {color: yellow; text-decoration:underline}