/* object stuff here */

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}

div.float {float: left;}
  
body	{font-family: Arial, sans-serif; color: #ffffff; font-size: 10pt;}

P			{font-family: Arial; font-size: 9.5pt;}
P.bodyheader	{font-family: Arial; font-size: 36pt; }

TABLE.layout	{border-color: #ff0000; width: 950;}
TABLE.links		{font-family: Arial; font-size: 10pt; font-weight:bold; height:30;}
TD.links		{font-family: Arial; font-size: 10pt; font-weight:bold; background-color: #333333; width:140; height: 25;}

TD.bodytext		{font-family: Arial; font-size: 9.5pt;}
TD.BodyHeader	{height:170;}
TD.BodyEnd		{height:13;}

TABLE.series	{width: 98%; font-family: Arial; font-size: 9pt;}
.series TD		{font-family: Arial; font-size: 10pt;}
TD.series		{width: 400; font-family: Arial; font-size: 9pt;}
TD.seriestitle	{font-family: Arial; font-size: 12pt; font-weight:bold; color:#ffffff;}
TD.seriesthursday {width: 400; font-family: Arial; font-size: 9pt;}

A.baselink		{font-family: Arial; font-size: 10pt; font-weight:bold; color:#ffffff; width:140; height:25; text-decoration: none;}
  a.baselink:hover    	{background-color: #555555;}

A.bodylink		{font-family: Arial; font-size: 10pt; font-weight:bold; color:#ffffff; text-decoration: none;}
  a.bodylink:hover    	{color: #555555}
A.bodylinkgray	{font-family: Arial; font-size: 10pt; font-weight:bold; color:#999999; text-decoration: none;}
  a.bodylinkgray:hover    {color: #555555;}

A.toplink		{font-family: Arial; font-size: 10pt;  font-weight:bold; color:#ffffff; text-decoration: none;}
  a.toplink:hover    	{color: #cccccc;}

A.series		{font-family: Arial; font-size: 10pt; font-weight:bold; color:#ff0000; text-decoration: none;}
  a.series:hover    {color: #CC0000;}
A.seriesnewest	{font-family: Arial; font-size: 10pt; font-weight:bold; color:#0000ff; text-decoration: none;}
  a.seriesnewest:hover    {color: #0000CC;}
A.seriesthursday  {font-family: Arial; font-size: 10pt; font-weight:bold; color:#00ff00; text-decoration: none;}
  a.seriesthursday:hover  {color: #C3FDB8;}


#BodyHeader {position:relative; top: 10; font-family: Arial; font-size: 36pt; color:#ffffff; align: right; padding-right: 5;}	
#BodyText	{position:relative;  left:0; top:0; width:690; z-index:1; color:#FFFFFF; font-family: Arial; font-size: 9.5pt;
			padding-left: 15;
			padding-right: 0;
			}

IMG			{border: none;}
IMG.whiteborder	{border: solid; border-color: #333333; border-width: 4;}

#banner1 	{position:relative; top:0; margin-left :0; margin-top :0;}

#OnTopPic	{position:relative; top:-350; left:0; width:650; height: 350; z-index:20;}
#ScrollText	{position:relative; left:10;   top:20; width:710; height:350; z-index:10; overflow : auto; color:#FFFFFF; font-family: Arial;
			
			scrollbar-base-color: #1f1f1f;
			scrollbar-arrow-color: #FFFFFF;
			scrollbar-darkshadow-color: #1f1f1f;
			scrollbar-face-color: #1f1f1f;
			scrollbar-highlight-color: #1f1f1f;
			scrollbar-shadow-color: #2e2e2e;
			scrollbar-3dlight-color: #2e2e2e;

			padding-bottom: 5;
			padding-top: 50;
			padding-left: 5;
			padding-right: 10;
			}
