/* Main Styles */
td,p,body{
  font: normal 12px arial;
  color:#4e504d;
  line-height: 17px;
  text-decoration:none;
}


/* Links */
a{
  color:#f89828; text-decoration: underline;
}
a:hover{
  color:#000; text-decoration: underline;
}


input,textarea{ font-family: arial; font-size:12px; background: #efedee; border: 1px solid #c2c8c9; }

input:hover,textarea:hover{ font-family: arial; font-size:12px; background: #efedee; border: 1px solid #010101; }


h2,.Header   {
  font-weight:normal;
  font-size  :18px;
  color: #f8992a;
  
}

h3,.SubHeader{
  font-weight:normal;
  font-size  :13px;
  font-weight:bold;
}

.SmallText{
  font-size :11px;
}


.tableheading{
background: #010101; 
color: #fff;
padding: 5px;
font-size: 15px;
}

.tablepadding
{ padding: 6px;
    }



