h2,.Header, .header   {
  font-weight:bold;
  font-size  :17px;
  font-family: Arial; 
  color: #195599;
}

h3,.SubHeader{
  font-weight:normal;
  font-size  :14px;
  color: #195599;
  font-weight:bold;
}

.contentbold
{
    font-size: 12px;
    font-weight: bold;
    }

    
.SmallText{
  font-size  :10px;
}



/* Main Styles */
td,body{
  font: normal 12px arial;
  color:#000;
  text-decoration:none;
  line-height: 18px;
}





/* Links */
a{
  color:#195599;
  text-decoration:none;
}
a:hover{
  color:#84C341;
  text-decoration:underline;
}


