/* DEFINING THE BODY OF THE MAIN PAGE */
body {
	margin:0px 0px; padding:0px;
	text-align:center;
	background-color : #0068B3;
	}
	
#content {
	width:700px;
	margin:0px auto;
	text-align:left;
	}

	
	
/* TEXT FORMATTING */

.copy
	{ 
	color : #666666; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height : 16px;
	text-decoration : none;
	}
	
.copylink
	{ 
	color : #666666; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : bold;  
	line-height : 16px;
	text-decoration : underline;
	}
	
.formcopy
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height : 16px;
	text-decoration : none;
	}
	
.bluecopy
	{ 
	color : #0068B3; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height : 15px;
	text-decoration : none;
	}
	
.bluecopymed
	{ 
	color : #0068B3; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height : 16px;
	text-decoration : none;
	}