h2,.Header   {
  font-weight:bold;
  font-size  :16px;
  color:#656565;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :12px;
  color:#656565;
}

.SmallText{
  font-size  :10px;
  color:#656565;
}

/* Main Styles */
td,body{
  font: normal 12px arial;
  color:#656565;
  text-decoration:none;
  line-height:18px;
  
}

/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}

