/* Main Styles */
td,body{
  font-family: arial;
  font-size: 11px;
  color:333;
  text-decoration:none;
}

/* Links */
a{
  color:#083095;
}
a:hover{
  color:#ee4b1f;
}

hr {	 height:0px; color:#F58500; border-top:1px; background:#808060;border-style:dashed;}

h2,.Header   {
  font-weight:bold;
  font-size  :14px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :12px;
}

.SmallText{
  font-size  :10px;
}


