/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	margin: 10px 0 0;
	background-color: #F7F6F6;
	}
	
/* TEXT FORMATTING */

.copy
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	font-weight : normal;  
	line-height : 20px;
	}
	
a.copy:link, a.copy:visited, a.copy:hover 
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	font-weight : normal;  
	line-height : 20px;
	text-decoration: underline; 
	}
	
.big
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 21px; 
	font-weight : normal;  
	line-height : 25px;
	}
	
.footer
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height : 13px;
	}