/* Main Styles */
td,p,body{
  font: normal 12px arial;
  color:333;
  text-decoration:none;
}

hr {
      border: 0;
      width: 100%;
    }
 
hr {
      border-top: 1px dashed #D1CBC1;
      color: #FAFAF9;
      background-color: #FAFAF9;
      height: 1px;
    }

/* Links */
a{
  color:#845C19;
}
a:hover{
  color:#F2E0C0;
}

h2,.Header   {
  font-weight:bold;
  font-size  :16px;
  color:#845C19;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
    color:#845C19;
}

.SmallText{
  font-size  :10px;
}

.LeftMenu{  
font-weight:bold;
  font-size :12px;
  color:#845C19;

}


