h2,.Header, .header   {
  font-weight:bold;
  font-size  :16px;
  font-family: Arial; 
  color: #000000;
}

h3,.SubHeader{
  font-weight:normal;
  font-size  :14px;
  color: #dfa913;
  font-weight:bold;
}

.LargeBody
{ font-size: 14px;
color: #656565;
    }

    
.SmallText{
  font-size  :11px;
}



/* Main Styles */
td,body{
  font-size: 12px;
  font-family: arial;
  color:#000;
  text-decoration:none;
  line-height: 17px;
}



.tableheading{
background: #3d3c38; 
color: #ffffff;
font-size: 13px;
font-weight:bold;
}

.tablebody{
background: #f9f9f9;
border: solid 1px #3d3c38; 
}


/* Links */
a{
  color:#dfa913; text-decoration: none;
}
a:hover{
  color:#333; text-decoration: underline;
}


