h2,.Header   {
  font-weight:bold;
  font-size  :18px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
}

h4,.HeaderWhite   {
  font-weight:bold;
  font-size  :18px;
  color:#ffffff;
}

.SmallText{
  font-size  :10px;
}

.SmallTextWhite{
  font-size  :10px;
  color:#ffffff;
}

.SmallTextWhite a{
  font-size  :10px;
  color:#ffffff;
}

.SmallTextWhite a:hover{
  font-size  :10px;
  color:#ffffff;
}

.WhiteText{
  color:#ffffff;
}

.WhiteText a{
  color:#ffffff;
}

.WhiteText a:hover{ 
  color:#ffffff;
  text-decoration: underline;
}


/* Main Styles */
td,body{
  font: normal 14px arial;
  color:333;
  text-decoration:none;
}


/* Links */
a{ color: #118ab2; font-weight:normal; text-decoration: none;}
a:hover{ color: #0b6cb7; font-weight:normal; text-decoration: underline;}

img { 
border: 0} 


