body    
	{
	background: #CDCDCD url(img/bg.png) top left repeat-x;
	font-family: Trebuchet MS, Serif, Times; 
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px; 
	cursor: default;
	color: #000000;
	}

.header
	{
	top: 0px;
	left: 0px;
	position: absolute;
	}

#nav
{
	margin: 0px auto;
	}

#statistics
	{
	position:absolute;
	padding: 0px; 
	top: 180px;
	left: 373px;
	width: 365px;
	text-align: justify;
	font: 11px Trebuchet MS;
	}
	
.main
	{ 
    position: absolute;
	top: 525px; 
	left: 390px;
    text-align: justify;
	color: #000000;	
	width: 650px;
	}

.footer
       {
	text-align: center;
	font-size: 11px;
	font: Arial;
	color: #000000;
	background-color: #E5E5E5;
	padding: 2px;
	}
	 
.footer a
       {
	color: #FFFFFF;
	border-bottom: 3px solid #033373;
	text-decoration: none;
	text-transform: uppercase;
	 }
	 
.footer a:hover  
       {
	color: #000000;
	border-bottom: 3px solid #C70000;
	text-decoration: none;
	text-transform: uppercase;
	 }

h1
       {
	font-size: 13pt;
	font-style: italic;
	border-left: 17px solid #FFFFFF;
	padding-left: 3px;
	}

h2
       {
	font-size: 8pt;
	text-transform: uppercase;
	color: #033373;
	}
	
li
       {
	list-style-image: square;
	}
	
b 
      {
	color: #9B9B9B;
    }
	
a:link, a:visited, a:active       
	{
	color: #C70000;
	border-bottom: 3px double #FFFFFF;
	text-decoration: none;
	}

a:hover       
	{
	color: #033373;
	border-bottom: 3px double #000000;
	text-decoration: none;
	}
	
input, button, select, option, textarea
	{
	background: #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px dotted #FFFFFF;
	border-left: 15px solid #C70000;
	color: #CCCCCCC;
	font-family: Trebuchet MS; 
	font-size: 11px;
	font-style: italic;
	padding: 2px; 
	}

