/* Main Styles */
td,body{
  font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color:333;
  text-decoration:none;
}

/* Links */
a{
  color:7f303f;
}
a:hover{
  color:f8d511;
}

hr { height:0px; color:#F58500; border-top:1px; background:#808060;border-style:dashed;}

input,textarea,select,button{
font-family: verdana;
font-size: 11px;
color:black;
}

h2,.Header   {
  font-weight:bold;
  font-size  :15px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
}

.SmallText{
  font-size  :10px;
}


