/* Main Styles */
td,body{
  font: normal 11px Arial;
  color:333;
  text-decoration:none;
}


/* Links */
a{
  color:CC0000;
}
a:hover{
  color:012;
}

.Header   {
  font-weight:bold;
  font-size  :18px;
}

.SubHeader{
  font-weight:bold;
  font-size  :14px;
}

.SmallText{
  font: normal 11px Arial;
  color:333;
}

