/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	background-color: #333333;
	margin : 0;
	}
	
	
/* TEXT FORMATTING */
	
.copy
	{ 
	color : #797256; 
	font-family : Arial, Helvetica; 
	font-size : 11.5px; 
	font-weight : normal;  
	}
	
a.copy
	{ 
	color : #797256; 
	font-family : Arial, Helvetica; 
	font-size : 11px; 
	font-weight : normal;  
	}
	
.copybold
	{ 
	color : #797256; 
	font-family : Arial, Helvetica; 
	font-size : 11.5px; 
	font-weight : bold;  
	}
	
a.copynounder
	{ 
	color : #797256; 
	font-family : Arial, Helvetica; 
	font-size : 11px; 
	font-weight : normal; 
	text-decoration : underline; 
	}
	
.copyspaced
	{ 
	color : #797256; 
	font-family : Arial, Helvetica; 
	font-size : 11.5px; 
	font-weight : normal;  
	line-height : 17px;
	}
	
.prodheader
	{ 
	color : #799434; 
	font-family : Times New Roman, Times, Serif; 
	font-size : 18px; 
	font-weight : normal;  
	}
	
.footer
	{ 
	color : #999999; 
	font-family : Arial, Helvetica; 
	font-size : 11px; 
	font-weight : normal;  
	}
	
a.footer
	{ 
	color : #999999; 
	font-family : Arial, Helvetica; 
	font-size : 11px; 
	font-weight : normal;  
	text-decoration : none;
	}