/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333;
  text-decoration:none;
}

hr
{
color:black;
}


/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}

h2,.Header   {
  
color: #000033;
font-weight:bold;
  font-size  :17px;
}

h3,.SubHeader{
color: #000033;  
font-weight:bold;
  font-size  :14px;
}

.SmallText{
  font-size  :8pt;
}

.CrossedOut   {
  text-decoration: line-through;
}
