/* Main Styles */
td,body{
  font-family: arial;
  font-size: 12px;
  color:#57585b;
  line-height: 1.5em;
  text-decoration:none;
}

/* Links */
a{
  color:#264f5d;
}
a:hover{
  color:#f28510;
}

hr { height:0px; color:#cdcece; border-top:1px; background:#cdcece;border-style:none;}

input,textarea,select,button{
font-family: verdana;
font-size: 11px;
color:black;
}

h2,.Header   {
  font-weight:normal;
  font-size  :15px;
  color:#212564;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
}

.SmallText{
  font-size  :10px;
}


