/* Main Styles */
td,body,input,p,textarea,button,option,select {
  font-family: arial;
  font-size: 12px;
  color:333;
}

/* Links */
a{
  color:#56615c;
}
a:hover{
  color:012;
}

hr { height:0px; color:#56615c; border-top:1px; background:#56615c;border-style:dashed;}

h2,.Header   {
  font-weight:bold;
  font-size  :15px;
  letter-spacing:2px;
  color:#56615c;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
  color:#56615c;  
}

.SmallText{
  font-size  :10px;
}


