/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333;
  text-decoration:none;
}

hr
{
color:DAA501;
height: 1px;
}


/* Links */
a{
  color:036;
}
a:hover{
  color:DAA501;
}


h2,.Header   {
  font-weight:bold;
  font-size  :15px;
  color: 003366;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
}

.SmallText{
  font-size  :11px;
}


