h2,.Header   {
  font-weight:bold;
  font-size  :24px;
  line-height:26px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
  line-height:17px;
}

.SmallText{
  font-size  :10px;
}


/* Main Styles */
td,body{
  font: normal 11px arial;
  line-height:16px;
  color:333;
  text-decoration:none;
}



/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}


