h1,.Header, .header , h2 {
  
  font-size  :24px;
  color: #011f43;
  font-weight:normal;
  font-family: 'Nobile', Arial;
}

h3,.SubHeader{
  font-size  :18px;
  font-weight:normal;
  color: #000000;
  font-family: 'Nobile', Arial;
}

    
.SmallText{
  font-size  :11px;
}


/* Main Styles */
td,body{
  font-size: 12px;
  font-family: arial;
  color:#000;
  text-decoration:none;
  line-height: 20px;
}


.whitetext{color: #fff;}


/* Links */
a{
  color:#70aad3; text-decoration: none; font-weight: bold;
}
a:hover{
  color:#666666; text-decoration: underline; font-weight: bold;
}

.tableheading{background: #011f43; color: #fff; font-size: 16px; padding:5px;}

.tableshading{background: #e3e3e3;}

.tableborder td{border: 1px solid #ccc;}