h2,.Header, .header   {
  font-weight:normal;
  font-size  :18px;
  font-family: Verdana,Arial; 
  color: #2f98d2;
}

h3,.SubHeader{
  font-weight:normal;
  font-size  :14px;
  color: #676565;
  font-weight:bold;
}


    
.SmallText{
  font-size  :10px;
}



/* Main Styles */
td,body{
  font: normal 12px arial;
  color:#676565;
  text-decoration:none;
  line-height: 17px;
}



.tableheading{
background: #01668d; 
color: #ffffff;
font-size: 13px;
font-weight:bold;
}

.tablebody{
background: #d8dcde; 
}


/* Links */
a{
  color:#2f98d2; text-decoration: none;
}
a:hover{
  color:#000000; text-decoration: underline;
}


