html, body {
 margin: 0px;
 padding: 0px;
 background: #fff;
}

.header {clear:both; font-weight: bold; padding: 1px; font-size: 18px; background: #392d21; border-radius: 15px;}
.left {float: left; width: 200px; padding-top: 30px;}
.right {float: right; width: 200px; padding-top: 30px;}
.center {margin:0 200px; padding: 10px;}
.footer {clear:both; color:#fff; font-weight: bold; padding: 10px; font-size: 14px; background: #392d21; border-radius: 10px;}

.fixed {
 position: fixed;
 left: 10px;
 top: 100px;
 border-left: 10px solid #392d21;
}

.ul_none {margin: 0px; padding: 0px; list-style-image: none; list-style-type: none}

.menu {
 display: block;
 width: 180px;
 padding-left: 5px;
 color:#000000; 
 font-size: 14px; 
 text-decoration: none; 
 font-weight: bold;
 cursor:pointer; 
} 
.menu:hover {
 background-color:#392d21;  
 color:#fff;
 border-radius: 0px 8px 8px 0px;
} 
.activemenu{ 
 display: block;
 width: 180px;
 padding-left: 5px; 
 font-size: 14px; 
 text-decoration: none; 
 font-weight: bold;
 cursor:pointer;
 background-color:#392d21;  
 color:#fff;
 border-radius: 0px 8px 8px 0px;
 }
.primer{ 
  width: 97%;
  border-left: 10px solid #392d21;
  border-top: 1px dashed #392d21;
  border-bottom: 1px dashed #392d21;
  border-right: 1px dashed #392d21;
  margin-left: 5px;
  padding-left: 5px;
  border-radius: 0px 20px 20px 0px;
}
a { 
  color:#392d21; 
  font-weight: bold; 
} 

a:hover { 
 color:#800000;
 font-weight: bold;  
} 
.url {
  text-align: center;
  font-size: 14px;
  font-variant: small-caps;
}

.active{color:#800000;}
.no_active{color:#392d21;}
.no_active:hover{color:#392d21;}

.logo{color:#fff;}

.zag {text-align: center; font-size: 18px; font-weight: bold; color:#392d21;}
h1 {text-align: center; font-size: 22px; font-weight: bold; color:#392d21;}
h2 {text-align: center; font-size: 18px; font-weight: bold; color:#392d21;}
h3 {text-align: center; font-size: 16px; font-weight: bold; color:#392d21;}

p {
 text-indent: 10px;
 font-family: verdana, arial, sans-serif;
 font-size: 12px; line-height: 16px;
} 
 p:first-letter  {
 font-size: large; 
 color:#554015;
}

ul {
 list-style-image: url('graphics/ul.gif');
}

b {
 padding: 3px;
 color:#000000;
}

th {text-align: center; font-size: 18px; font-weight: bold; color:#ffffff; background-color: #554015;}
.trc {text-align: center; color:#000000; background-color: #deb887;}
.trn {text-align: center; color:#000000; background-color: #fafad2;}
.tdl {text-align: left; color:#000000;}

samp {font-family: arial; font-size: small; line-height: 20px}
samp.x {padding-left: 15px; font-family: arial; font-size: small; line-height: 20px}
samp.xx {padding-left: 30px; font-family: arial; font-size: small; line-height: 20px }
samp.xxx {padding-left: 45px; font-family: arial; font-size: small; line-height: 20px}
samp.xxxx {padding-left: 60px; font-family: arial; font-size: small; line-height: 20px}
samp.xxxxx {padding-left: 75px; font-family: arial; font-size: small; line-height: 20px}
