Body		{
			background-image: url('/images/bg_image.jpg'); 
			background-positon: 100px center;
    		margin-left:0; 
    		margin-right:0; 
    		margin-top:0; 
    		margin-bottom:0;
    		}  
   
h1			{
 			color: #000000;
 			font-size: 20px;
 			font-family: georgia, garamond, Monotype Corsiva, Lucida Calligraphy, times new roman;
 			}
 			
h2			{
 			color: #434242;
 			font-size: 14px;
 			font-family: arial, times new roman, _sans;
 			font-weight: bold;
 			}			
 			
b			{
 			color: #434242;
 			font-size: 14px;
 			font-family: arial, times new roman, _sans;
 			font-weight: bold;
 			}
 			
strong		{
 			color: #434242;
 			font-size: 14px;
 			font-family: arial, times new roman, _sans;
 			font-weight: bold;
 			}
 			
 			
.light		{
 			color: #cccccc;
 			font-size: 12px;
 			font-family: arial, times new roman;
 			}			
 			
.spaced 	{
 			line-height: 18px;
 			}
     
tr 		{
 			text-align: left;
 			font-color:#74550e;     
     		font-size:12px;    
     		font-family: arial, times new roman;
     		line-height: 15px;
     		}     
     		                 

.dashed 	{
			background-color: #d6cea8;
			border: #666666 1px soli;
			}
           
A:link		{
			text-decoration: underline;
       		color: #8e7733;
       		}

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

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

.footer
A:visited	{
			text-decoration: underline;
	  		color: #f88e50;
	  		font-weight: bold;
	  		}

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

.button
A:link		{
			text-decoration: none;
       		color: #8e7733;
       		}

.button
A:visited	{
			text-decoration: none;
	  		color: #8e7733;
	  		}

.button
A:active	{
			text-decoration: none;
	 		color: #999999;
	 		}
	 
.button
A:hover		{
			text-decoration: none;
		 	color: #999999;
		 	}
		 	
hr 			{ 
			border: none 0;
			border-top: 1px dashed #333333;
			width: 100%;
			height: 1px;
			}
			
#contentRes {
			width: 946px;
			height: 100%;
			padding: 0px;
			top: -130px;
			}
