.textgrey 
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 17px;
	font-style: normal;
	font-weight: normal; 
	color: #666666;
	}
	
.textorange
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	font-weight: normal; 
	color: #FF5700;
	}
	
.textwhite
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	font-weight: normal; 
	color: #FFFFFF;
	}
	
.headorange
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: bold;
	font-weight: bold; 
	color: #FF5700;
	}
	
.headline
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px; 
	font-style: normal;
	font-weight: normal; 
	color: #666666;
	}
	
.headline2
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-style: normal;
	font-weight: normal; 
	color: #666666;
	}

.textgreysm
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 17px;
	font-style: normal;
	font-weight: normal; 
	color: #666666;
	}

<!-- Navigational Styles -->

a.nav:link
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	}

a.nav:hover
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-size: 12px;
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: none;
	}

a.nav:visited
	{  
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal; 
	color: #ffffff;
	text-decoration: none;
	}



<!-- Content Link Styles -->

a:link
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	color: #FF5700;
	text-decoration: underline;
	}

a:hover
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal; 
	color: #FF5700; 
	text-decoration: underline;
	}

a:visited
	{  
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal; 
	color: #FF5700;
	text-decoration: underline;
	}
	