/* Main Styles */
td,body{
  font-size: 11px;
  font-family: verdana;
  line-height: 15px;
  color:#1a171c;
  text-decoration:none;
}

body{
margin: 0px;
}

/* Links */
a{
  color:#009ee1;
}
a:hover{
  color:012;
}

hr { height:0px; color:#009ee1; border-top:1px; background:#009ee1;border-style:solid;}


input,textarea,select,button{
font-family: verdana;
font-size: 11px;
color:black;
background-color:whitesmoke;
}

h2,.Header   {
  font-weight:bold;
  font-size  :14px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :12px;
  color: #009ee1;
}

.SmallText{
  font-size  :10px;
}


