/* Main Styles */
td,body{
  font-family: arial;
  font-size: 12px;
  color:333;
  line-height: 1.6em;
  text-decoration:none;
}

/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}

hr { height:0px; color:#1f68a3; border-top:1px; background:#808060;border-style:solid;}

h2,.Header   {
  font-size  :18px;
  color:#8b1616;
}

h3,.SubHeader{
  font-weight:normal;
  font-size  :13px;
  color:#63696f;
}

.SmallText{
  font-size  :10px;
}


