/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	margin : 0;
	color: #000000;
	text-align: center;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}



/* TEXT FORMATTING */
	
.copy
	{ 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	line-height : 18px;
	font-weight : normal; 
	text-decoration : none; 
	}

.orange
	{ 
	color : #F28B26; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	line-height : 18px;
	font-weight : bold; 
	text-decoration : none; 
	}
	
.orangelink
	{ 
	color : #F28B26; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	line-height : 18px;
	font-weight : normal; 
	text-decoration : none; 
	}
	
.black
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	line-height : 18px;
	font-weight : normal; 
	text-decoration : none; 
	}
	
.foot
	{ 
	color : #777777; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	line-height : 17px;
	font-weight : normal; 
	text-decoration : none; 
	}

