/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	color: white;
	background-color: #EFEFEF;
	margin : 0;
	}
	
	
/* TEXT FORMATTING */
	
.copy
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height : 17px; 
	}
	
.copynounder
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height : 17px; 
	text-decoration : none;
	}
	
.copyred
	{ 
	color : #f23b49;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height : 17px; 
	}
	
.copysmall
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;  
	line-height : 14px; 
	}
	
.link
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height : 17px; 
	text-decoration : underline; 
	}
	
.black
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal; 
	line-height : 12px;  
	}

.blacknav
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold;
	text-decoration : none;  
	}
	
.bluenav
	{ 
	color : #3300FF; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	text-decoration : none; 
	line-height : 12px; 
	}
	
.footer
	{ 
	color : #646464; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	line-height : 14px; 
	}
	
.footerred
	{ 
	color : #ea3335; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	line-height : 14px; 
	}
	
.redsmall
	{ 
	color : #ea3335; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	line-height : 12px; 
	}
	
.crumbs
	{ 
	color : #646464; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	line-height : 14px; 
	text-decoration : none; 
	}
	
.sidelinks
	{ 
	color : #646464; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	line-height : 22px; 
	font-weight : bold;
	text-decoration : none; 
	}
	
.sidelinks2
	{ 
	color : #646464; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	line-height : 20px; 
	font-weight : bold;
	text-decoration : none; 
	}
	
.sidelinkssmall
	{ 
	color : #646464; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	line-height : 17px; 
	font-weight : bold;
	text-decoration : none; 
	}
	
	
.sidelinkson
	{ 
	color : #f23b49; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	line-height : 22px; 
	font-weight : bold;
	text-decoration : none; 
	}
	
.headerblack
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 28px; 
	line-height : 28px; 
	font-weight : normal;
	text-decoration : none; 
	}
	
.headerred
	{ 
	color : #f23b49;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 20px; 
	line-height : 27px; 
	font-weight : normal;
	text-decoration : none; 
	}
	
sup {
position: relative;
bottom: 0.8ex;
vertical-align: baseline;
font-size : 9px; 
}