/* link formatting 

	A  {
		font-family : Arial, Helvetica, sans-serif;
		color : #333399;
		text-decoration : none;
		font-weight : normal;
		font-size : 10pt;
	} */
	
	/* hover only works in IE4+ 
	A:Hover  {
		text-decoration : underline;
	} */
	
/* Navigation Formatting */

	.navSubHeader {
		color:#FFFFFF; 
		font-size: 8pt; 
		font-family: Arial, Helvetica, sans-serif; 
		font-weight:bold
	}

	.sportNavSubHead {
		color: #000000; 
		font-size: 8pt; 
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: bold;
	}

	.sportNavText {
		color: #666699; 
		font-size: 10pt; 
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: normal;
	}
		
	.navTextWht {
		color: #FFFFFF; 
		font-size: 10pt; 
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: normal;
	}	
		
	.navTextGold {
		color: #FFCC33; 
		font-size: 10pt; 
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: normal;
}	
