/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	color: white;
	background-color: #ffffff;
	background-image: url(../images/bg_tile.gif);
	margin : 0;
	}
	
	
/* TEXT FORMATTING */
	
.copy
	{ 
	color : #666666; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	line-height : 20px;
	font-weight : normal;  
	}
	
.green_head
	{ 
	color : #669933; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	line-height : 20px;
	font-weight : bold;  
	text-decoration : none;
	}
	
.link
	{ 
	color : #336699; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	line-height : 20px;
	font-weight : normal;  
	}
	
.green
	{ 
	color : #669933; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	line-height : 20px;
	font-weight : bold;  
	}
	
.small
	{ 
	color : #666666; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	line-height : 15px;
	font-weight : normal;  
	}
	
.copyright
	{ 
	color : #666666; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	line-height : 20px;
	font-weight : normal; 
	text-decoration : none;
	}
