h2,.Header   {
  font-weight:bold;
  font-size  :18px;
  color:#2c3588;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
  color:#2c3588;
}

.SmallText{
  font-size  :10px;
}


/* Main Styles */
td,body{
  font: normal 12px arial;
  color:#444;
  text-decoration:none;
line-height:16px;
}

strong, b
{
  color:#2c3588;
}


/* Links */
a{
  color:#2c3588;
}
a:hover{
  color:#263369;
}


