
/* Main Styles */
td,p,body{
  font: normal 12px arial;
  color:#272c27;
  line-height: 17px;
  text-decoration:none;
text-align:justify;
text-justify: auto;
}


/* Links */
a{
  color:#0093d0; text-decoration: underline;
}
a:hover{
  color:#000000; text-decoration: underline;
}



h2,.Header   {
  font-weight:normal;
  font-size  :18px;
  color: #d31145;
  
}

h3,.SubHeader{
  font-weight:normal;
  font-size  :13px;
  font-weight:bold;
   color: #00467f;
}

.SmallText{
  font-size  :11px;
}

.tableheading
{
 background: #00467f; 
 color: #fff;
    
    }

.tablebody{
background: #ebeeea	; 
}

.redtext{color: #d31145;}



