/* Main Styles */
td,body{
  font: normal 12px;
  font-family:Trebuchet MS, Verdana;
  color:#333333;
  text-decoration:none;
}


/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}

hr {
height:1px;
padding:0px;
margin:0px;
color:#FAAE5E;
}


h2,.Header   {
  font-weight:bold;
  font-size  :16px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
}

.SmallText{
  font-size  :10px;
}


