h2,.Header   {
  font-weight:bold;
  font-size  :15px;
  color: #31689e;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
  color: #353535;
}

.SmallText{
  font-size  :11px;
}


/* Main Styles */
td,body,p,li{
  font-family: arial;
  font-size: 12px;
  line-height:18px;
  color:#333;
  text-decoration:none;
}

/* Links */
a{
  color:#30699e;
}
a:hover{
  color:#000;
}


