/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	color: white;
	background-color: #000000;
	margin : 0;
	}
	
	
/* TEXT FORMATTING */
	
.copy
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal; 
	line-height : 17px; 
	}
	
a.copy:link
	{ 
	color : #003399; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal; 
	text-decoration: none;
	}
	
a.copy:visited
	{ 
	color : #003399; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal; 
	text-decoration: none;
	}
	
a.copy:hover
	{ 
	color : #003399; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal; 
	text-decoration: underline;
	}
	
.formcopy
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	}
	
.smallcopy
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	font-weight : normal;  
	}
	
.smallcopy:link
	{ 
	color :#003399; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	font-weight : normal; 
	text-decoration: none;
	}
	
.smallcopy:visited
	{ 
	color : #003399; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	font-weight : normal;  
	text-decoration: none;
	}
	
.smallcopy:hover
	{ 
	color : #003399; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	font-weight : normal; 
	text-decoration: underline; 
	}
	
.footer
	{ 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	word-spacing: -1px;
	font-weight : normal;  
	}
	
a.footer:link
	{ 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal; 
	word-spacing: -1px;
	text-decoration: none;
	}
	
a.footer:visited
	{ 
	color : #ffffff; 
	font-family : Arial, Verdana, Georgia, Helvetica, sans-serif; 
	font-size : 10px; 
	word-spacing: -1px;
	font-weight : normal;
	text-decoration: none; 
	}
	
a.footer:hover 
	{ 
	color : #ffffff;  
	text-decoration: underline; 
	}	
	
