/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333;
  text-decoration:none;
  line-height: 1.5em;
}


/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}

h2,.Header   {
  font-family:serif;
  font-size  :22px;
  line-height: 1.2em;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
}

.SmallText{
  font-size  :10px;
}



