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

