/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	color: white;
	background-color: #2D668E;
	margin: 0px;
	}

.copy
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 15px; 
	font-weight : normal;  
	line-height : 18px;
	}
	
a.copy:link
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height : 16px;
	text-decoration: underline; 
	}
	
a.copy:visited
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height : 16px;
	text-decoration: underline; 
	}
	
.left_header
	{ 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 20px; 
	font-weight : bold;  
	line-height : 20px;
	}
	
.left_small
	{ 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 17px; 
	font-weight : bold;  
	line-height : 20px;
	}
