/* Main Styles */
td,body{
  font: normal 11px arial;
  color:333;
  text-decoration:none;
}


/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}

a img {
border: none;
}

hr { height:0px; color:#747c95; border-top:1px; border-style:dashed;}

h2,.Header   {
  font-weight:bold;
  font-size  :18px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
}

.SmallText{
  font-size  :10px;
}


