Body		{
			background-image:url('../images/bg.jpg'); 
			background-attachment: fixed;
			margin-top: 10px;
			margin-bottom: 10px;
			margin-left: 0px;
			margin-right: 0px;     
    		}  
   
 .spaced 	{
 			line-height: 16px;
 			}
 			
 			
 .orange	{
			border: #fea04d 3px solid; 
			padding: 0px;
			}
     
 td 		{
 			color:#000000;
 			     
     		font-size: 11px;    
     		font-family: verdana, arial, tahoma;
     		text-align: left;
     		}   
     		
.light		{
			color:#e5dac3;
			}

hr 			{ 
			border: none 0;
			border-top: 1px dashed #cccccc;
			width: 100%;
			height: 1px;
			}
                        
A:link		{
			text-decoration: underline;
       		color: #a348cd;
       		font-weight: bold;
       		}


A:visited	{
			text-decoration: underline;
	  		color: #a348cd;
	  		font-weight: bold;
	  		}
	  		
A:active	{
			text-decoration: none;
	 		color: #ffaf04;
	 		font-weight: bold;
	 		}
	 		
A:hover		{
			text-decoration: none;
		 	color: #ffaf04;
		 	font-weight: bold;
		 	}
