/* Main Styles */
td,body{
  font: normal 12px arial;
  color:#333333;
  text-decoration:none;
}


/* Links */
a{
  color:#003366;
}
a:hover{
  color:#001122;
}

hr { height:0px; color:#d4d4d4; border-top:1px; background:#d4d4d4;border-style:dotted;}

h2,.Header   {
  font-family:serif;
  font-weight:normal;
  color:#24181f;
  font-size  :20px;
}

h3,.SubHeader{
  font-family:serif;
  font-weight:normal;
  color:#09666e;
  font-size  :16px;
}

.SmallText{
  font-size  :10px;
}



