
/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333;
  text-decoration:none;
}

/* Links */
a{
  color:#063d81;
}
a:hover{
  color:#297ce2;
}

.Header   {
  font-weight:bold;
  font-size  :18px;
}

.SubHeader{
  font-weight:bold;
  font-size  :14px;
}

.SmallText{
  font-size  :10px;
}

