/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	color: white;
	background-color: #ffffff;
	margin : 0;
	}
	
p { margin-top: 5px; margin-bottom: 5px; }
	
	
/* TEXT FORMATTING */
	
.copy
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height : 18px;
	}
	
.copysmall
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height : 18px;
	}
	
.footer
	{ 
	color : #ACACAC; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height : 14px;
	}
	
.header
	{ 
	color : #333366; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	font-weight : bold;  
	line-height : 18px;
	text-decoration : none;
	}
	
.headersmall
	{ 
	color : #333366; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold;  
	line-height : 16px;
	text-decoration : none;
	}

.right
	{ 
	color : #333366; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height : 14px;
	text-decoration : none;
	}
	
.dash
	{ 
	color : #339999; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height : 14px;
	text-decoration : none;
	}
