

/* Main Styles */
td,body,p{
  font: normal 12px arial;
  color:#fcfdfc;
  text-decoration:none;
}

body
{
   background: #2a2a2a;
    }


/* Links */
a{
  color:#dedada;
}
a:hover{
  color:#ffffff;
}


h2,.Header   {
  font-weight:bold;
  font-size  :16px;
  color: #ef4035;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
  color: #e2e3e2;
  font-weight:bold;
}

.SmallText{
  font-size  :10px;
}

.tableheading{
background: #e7e7e6; 
color: #2a2a2a;	
font-size: 13px;
font-weight:bold;
}

.tablebody{ 
background: #ffffff; 
}




