
/* Main Styles */
td,p,body{
  font: normal 12px arial;
  color:#4e504d;
  line-height: 17px;
  text-decoration:none;
}


/* Links */
a{
  color:#ef4a43; text-decoration: underline;
}
a:hover{
  color:#000000; text-decoration: underline;
}


h2,.Header   {
  font-weight:normal;
  font-size  :18px;
  color: #ef4a43;
  
}

h3,.SubHeader{
  font-weight:normal;
  font-size  :13px;
  font-weight:bold;
   color: #165899;
}

.SmallText{
  font-size  :11px;
}


.tableheading{
background: #165899;	; 
color: #fff;
font-weight:bold;
padding: 5px;
}


.redtext{
color: #ef4a43;}

.bluetext{
color: #165899;
}

.tablebackground
{
background: #f2f2f2;
padding:5px;
}



