BODY {
  background-image: url(/images/bg.gif);
  margin: 0px;} 
   
 h1			{
 			color: #402903;
 			font-size: 18px;
 			font-family: times new roman, georgia, garmaond, sans-serif;
 			text-transform: uppercase;
 			}
 			
 b			{
 			color: #cccccc;
 			font-size: 12px;
 			font-family: verdana, tahoma, arial;
 			text-transform: uppercase;
 			}
 			
.white	 	{
 			color: #ffffff;
 			font-size: 14px;
 			font-family: times new roman, georgia, garmaond, sans-serif;
 			text-transform: uppercase;
 			}
     
 tr 		{
 			text-align: left;
 			color:#cccccc;     
     		font-size:11px;    
     		font-family: verdana, arial, tahoma;
     		line-height: 15px;
     		}  
     		

.spaced		{
 			text-align: left;
 			color:#000000;     
     		font-size:12px;    
     		font-family: verdana, arial, tahoma;
     		line-height: 20px;
     		}    
     		
 
.small 		{
 			color:#000000;     
     		font-size:11px;    
     		font-family: verdana, arial, tahoma;
     		} 
                  
           
.blocks		{
			background-color: #3f3f3f;
			border: #666666 1px;
			}


A:link		{
			text-decoration: underline;
       		color: #999999;
       		}

A:visited	{
			text-decoration: underline;
	  		color: #999999;
	  		}

A:active	{
			text-decoration: none;
	 		color: #cccccc;
	 		}
	 
A:hover		{
			text-decoration: none;
		 	color: #cccccc;
		 	}
		 	
.footer
A:link		{
			text-decoration: underline;
       		color: #e1e1e1;
       		}

.footer
A:visited	{
			text-decoration: underline;
	  		color: #e1e1e1;
	  		}

.footer
A:active	{
			text-decoration: none;
	 		color: #cccccc;
	 		}
	 
.footer
A:hover		{
			text-decoration: none;
		 	color: #cccccc;
		 	}

.footer		{
			color: #ffffff;
			}
		 	
hr 			{ 
			border: none 0;
			color: #666666;
			border-top: 1px dashed #666666;
			width: 100%;
			height: 1px;
			}