/* Main Styles */
td,body{
  font: normal 12px arial;
  color:#333333;
  text-decoration:none;
}


/* Links */
a{
  color:#003366;
}
a:hover{
  color:#001122;
}

h2,.Header   {
  font-family:ariel, sans-serif;
  font-weight:bold;
  font-size  :23px;
}

h3,.SubHeader{
  font-family:ariel, sans-serif;
  font-weight:normal;
  font-size  :18px;
  color:d45c23;
}

.SmallText{
  font-size  :10px;
}


