/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333;
  text-decoration:none;
}
HR {height:1px;color:#98989e;border:0px;background:#98989e;}

/* Links */
a{
  color:036;
}
a:hover{
  color:#001122;
}

h1,.Header1 {
  font-weight:bold;
  font-size  :32px;
}

h2,.Header   {
  font-weight:bold;
  font-size  :14px;
  color:#000066;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
}

.SmallText{
  font-size  :10px;
}


