/* Text Colors

gold: #E0AB26
almost black: #231F20

*/
body, p, td {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #231F20;
	font-weight:bold;
}
.TopWhiteText {font-family: Arial; font-size: 19px; font-style: italic; color: #FFFFFF; font-weight:bold;}
.FooterWhiteText {font-family: Arial; font-size: 12px; color: #FFFFFF; font-weight:bold;}
.MediumBlackText {font-family: Arial; font-size: 19px; color: #231F20; font-weight:normal;}

.MediumBlackText2 {font-family: Arial; font-size: 21px; color: #231F20; font-weight:normal;}
.MiddleGoldSectionNormal {font-family: Arial;
	font-size: 13px;
	font-style: normal;
	color: #231F20;
	font-weight:bold;}

.NormalBlackText {font-family: Arial; font-size: 15px; color: #231F20; font-weight:normal;}
.NormalGoldText {font-family: Arial; font-size: 15px;  color: #E0AB26; font-weight:bold;}
.LargerGoldText {font-family: Arial; font-size: 24px;  color: #E0AB26; font-weight:bold;}

.MediumRedText {font-family: Arial; font-size: 19px; color: #D2232A; font-weight:normal;}

.BigWhiteText {font-family: Arial; font-size: 17px; font-style: italic; color: #FFFFFF; font-weight:bold;}
.BigGoldText {font-family: Arial; font-size: 17px; font-style: italic; color: #F7D969; font-weight:bold;}
.BiggerGoldText {font-family: Arial; font-size: 19px; font-style: italic; color: #F7D969; font-weight:bold;}

a.MoreInfo:link, a.MoreInfo:visited, a.MoreInfo:active, a.MoreInfo:hover
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	padding: 46px 0 0 0;
	background: url(images/page-design/more-info-links.gif) no-repeat 100% 50%;
}

a.MoreInfo:link, a.MoreInfo:visited 
 {color:#D8242F}
a.MoreInfo:active, a.MoreInfo:hover 
 {color:#E0AB26}
 
/* h1 for middle section */
/* h2 for bullet headings */
h1 {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
font-style: italic;
color:#231F20;
margin-bottom:-.2em;
}

h2 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
font-style: normal;
color:#E0AB26;
}


li.GoldBullet {list-style-image:url(images/page-design/gold-bullet.gif);}

#printonly { 
  display : none; 
} 


.special { display:none;
margin-left:5px; } 
/*

*/
ul.nomargin{
	margin-left:0px;

}

