h2,.Header,.header   {
  font-weight:bold;
  font-size  :20px;
  color:#004990;
  font-family:Arial;
  margin:10px 0px
}

h3,.SubHeader,.subheader{
  font-weight:bold;
  font-size  :14px;
  color:#004990;
margin:10px 0px
}

.SmallText{
  font-size  :10px;
}
p, ul, ol, table
{
font: normal 12px arial;
color:#004990;
}
p
{
line-height:16px;
margin:10px 0px
}

/* Main Styles */
td,body{
  font: normal 12px tahoma;
  color:#004990;
  text-decoration:none;
}
.contactTable td
{
color:#004990;
}


/* Links */
a{
  color:#004990;
}
a:hover{
  color:#333;
}


