/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333333;
  text-decoration:none;
}


/* Links */
a{
  color:036;
}
a:hover{
  color:B9D7B9;
}


h2,.Header   {
color:#015a84;
  font-weight:bold;
  font-size  :16px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
color:#888709;
}

.SmallText{
  font-size  :10px;
}

.WhiteText{
  color :#ffffff;
}


