.tborder
{
   border:1px 
   solid black; 
   background:#f8f8ff; 
   width:850px;
}

.homeAdImage{
	background: url('images/tron.gif');
	background-repeat:no-repeat;
	height:250px;
	width:251px;
}

.boxHeader
{
   FONT: 600 12px Trebuchet MS, Verdana, sans-serif;
   color: WHITE;
   text-decoration:	NONE;
}

.header
{
   FONT: 700 15px Trebuchet MS;
   color: WHITE;
   text-decoration:	NONE;
}
.H1header
{
   FONT: 800 22px Trebuchet MS, Arial;
   color: #FF9933;
   text-decoration:	NONE;
   margin-bottom: 1px;
}

.headerClose
{
   FONT: 800 14px Trebuchet MS;
   color: WHITE;
   text-decoration:	NONE;
}

.adbox{
	border: 3px dotted red; 
	padding: 5px; 
	text-aling:left; 
	background:#FFFFCC;
	width:228px;
}

.adboxlarge{
	border: 1px dotted red; 
	padding: 10px; 
	background:white;
	width:96%;
}

.navboxhp{
	border: 1px dotted red; 
	padding: 5px; 
	text-aling:left; 
	background:white;
	width:228px;	
}

.chartbox{
	border: 2px solid #808080; 
	padding: 0px; 
	text-aling:left; 
	background:#CCFFCC;
	width:228px;
}

.newbox{
	border: 2px solid #FF9933; 
	padding: 10px; 
	text-aling:left; 
	background:#FFFF99;
	width:96%;
}

.explainbox{
	border: 2px solid #666666; 
	padding: 10px; 
	text-aling:left; 
	background:Gainsboro;
	width:96%;
}

.footer
{
   FONT: 10px Trebuchet MS;
   text-decoration:	NONE;
   color:	#333399;
}

BODY
{
    FONT-FAMILY: Trebuchet MS;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
    scrollbar-arrow-color: #990000; 
    scrollbar-base-color: #ffffff; 
    scrollbar-track-color: #c0c0c0; 
    scrollbar-highlight-color: #0000cd;
    scrollbar-darkshadow-color: #990000;

}

TD
{
    FONT:11px Trebuchet MS, Verdana, sans-serif
}

A	{	
	text-decoration:	none;
	color:	#333399;
	font-family:	Trebuchet MS;
	}
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	font-family:	Trebuchet MS;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	font-family:	Trebuchet MS;
	}	
		
A:hover
{
	color: #990000;
	font-family: Trebuchet MS;
	text-decoration: none;
}



BLOCKQUOTE, PRE	{	
	font-family:	Trebuchet MS, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}