<STYLE type="text/css"> 
<!--
HTML 
        {background: #001122;} 
body 
	{
	 background: #001122;
	   background-image:url('Graphics/Grid.jpg');
         color: #001122;
         text-align: left;
         font-family: Arial;
         font-size: 13pt;
	}

TABLE 
        {
         background: #001122;
	   background-image:url('Graphics/Table_BG_1.jpg');
	 color: #99cccc;
	 border: 1px solid black;
         text-align: left;
         font-family:  Arial;
         font-size: 13pt;
	} 

TABLE.CLASS_1 
        {
         background: #001122;
	   background-image:url('Graphics/Table_BG_2b.jpg');
	 color: #99cccc;
	 border: 1px solid black;
         text-align: left;
         font-family:  Arial;
         font-size: 13pt;
	} 


TABLE.CLASS_2 
        {
         background: #001122;
	   background-image:url('Graphics/Table_BG_2b.jpg');
	 color: #99cccc;
	 border: 1px solid #005555;
         text-align: left;
         font-family:  Arial;
         font-size: 13pt;
	}


TABLE.CLASS_2b 
        {
         background: #001122;
	   background-image:url('Graphics/Table_BG_2b.jpg');
	 color: #99cccc;
	 border: 1px solid #005555;
         text-align: left;
         font-family:  Arial;
         font-size: 13pt;
	}

TABLE.CLASS_3
        {
         background: transparent;
	 color: #99cccc;
	 border: 0px solid black;
         text-align: left;
         font-family:  Arial;
         font-size: 13pt;
	} 

H1      
        {
         color: #99cccc;
         text-align: left;
         font-family: Arial;
         font-size: 18pt;
	 font-weight: bold;
	} 

H2      
        {
         color: #99cccc;
         text-align: left;
         font-family: Arial;
         font-size: 16pt;
	 font-weight: bold;
	} 

A:link    { color: #22ccff; }
A:visited { color: #22ccff; }
A:active  { color: white;   }

-->
</STYLE>

