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

