.NormalText {font-family: Arial; font-size: 14px; font-style: normal; color: #000000;}
.BoldText { font-family: Arial; font-size: 14px; font-style: normal; color: #000000 ; font-weight: bold;}
.PageHeader {  font-family: Arial; font-size: 32px; font-style: normal; font-weight: bold; color: #000000;}
.SmallWhiteText {  font-family: Arial; font-size: 12px; font-style: normal; color: #FFFFFF; text-align: 			left;}
.SmallText { font-family: Arial; font-size: 12px; font-style: normal; color: #000000;}
.SmallBlackText { font-family: Arial; font-size: 10px; font-style: normal; color: #000000;}
.LeftBorderShade { font-family: Arial; font-style: normal; background-color: #E1E1E1; border: 1px #FFFFFF groove; font-weight: normal; color: #000000 ; text-align: left ; font-size: 12px;}
.NormalTextShade { font-family: Arial; font-size: 12px; font-style: normal; color: #000000; background-color: #E1E1E1; border: 1px #FFFFFF groove;}
.CenterNoBorderName { font-family: Arial, Helvetica, sans-serif; font-style: italic; background-color: #CDCBA5; border: #CDCBA5 none; font-weight: bold; color: #000000 ; text-align: center; font-size: 16px;}
.BoldItalicsText { font-family: Arial; font-size: 14px; font-style: italic; color: #000000 ; font-weight: bold;}
.NormalTextSmall { font-family: Arial; font-size: 12px; font-style: normal; color: #000000;}
.SmallWhiteTextJustified { font-family: Arial; font-size: 12px; font-style: normal; color: #FFFFFF; text-align: justify;}

/*NOTE: In Firefox, there was a 1px space between the bottom of the ul ("navMain") and the bottom 
of the </td>.  The margin-bottom is set to -1 to compensate for this, which has no negative impact
on non-Firefox browsers.
*/
/*NOTE: For the text of the <ul>, I used the "NormalTextSmall" class, and changed the styles based on 
that.
*/
#navMain{margin:0;padding:0;background:#94C5A4;list-style-type:none;width:600px;float:left;
		margin-bottom:-1px;}
#navMain li{margin:0;padding:0;float:left;}		
#navMain a{float:left;text-align:center;text-decoration:none;line-height:1.7;
		border-right:1px solid white;padding:2px 8px 2px 8px;font-size:.9em;}
#navMain a:hover{background:#CDCBA5;color:white;}
/*NOTE:In order to get the browsers to let the "rightLink" class override the styles for the "#navMain a",
it must be explicitly referenced as "#navMain a.rightLink".
*/
#navMain a.rightLink{border-right:none;}



















