/* 9/13/09 Started */

/* BANNER TEXT STYLES */

.PhoneNumber
{
  font-size: 36px;
  font-weight: bold;
  color: #EC2027;
}

.Motto
{
  font-size: 21px;
  font-weight: normal;
  text-transform:uppercase;
  text-align: center;
  text-transform: uppercase;
}

/* NAVIGATION STYLES*/
.Navigation
{
  font-size: 12px;
  font-weight: normal;
  text-transform:uppercase;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}


a.Navigation
{
  text-decoration: none;
}

a.Navigation:hover
{
  text-decoration: none;
  color: #000000;
}

.NavigationBold
{
  font-size: 12px;
  font-weight: bold;
  text-transform:uppercase;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}


a.NavigationBold
{
  text-decoration: none;
}

a.NavigationBold:hover
{
  text-decoration: none;
  color: #000000;
}

/* BODY TEXT STYLES */

.BodyText
{
  text-align: justify;
  font-size: 12px;
}

.BodyTextBold
{
  text-align: justify;
  font-size: 12px;
  font-weight: bold;
}

a.BodyTextBold
{
  color: #000000;
}

a.BodyTextBold:hover
{
  color: #FF0000;
}

.BodyTextBold14
{
  text-align: justify;
  font-size: 14px;
  font-weight: bold;
}



.BulletPoint
{
  font-size: 14px;
}

li.BulletPoint
{
  list-style-image:url(../Images/LogosSigns/Checkbox.gif);
}

.Subtitle
{
  font-size: 20px;
  font-weight: bold;
}

/* MISC */

.AddRed
{
  color: #EC2027;
}