@charset "UTF-8";
/* CSS Document */

body {
 background-color: #ffffff;
 margin: 0px;
 padding: 0px;
 scrollbar-face-color:#5c5c5c;
 scrollbar-highlight-color:#5c5c5c;
 scrollbar-3dlight-color:#888177;
 scrollbar-darkshadow-color:#888177;
 scrollbar-shadow-color:#888177;
 scrollbar-arrow-color:#ffffff;
 scrollbar-track-color:#888177;
 background-image: url(images/bg.jpg);}

td {
 font-family: arial, verdana, tahoma;
 text-decoration: none;
 font-weight: normal;
 font-size: 12px;
 color: #7b6835;}

a, a:hover {cursor: pointer; cursor: hand;}

form {margin: 0px; padding: 0px;}

.copy {
 font-family: arial, verdana, tahoma;
 text-decoration: none;
 font-weight: normal;
 font-size: 11px;
 color: #4e4631;}
.cl {
 font-family: arial, verdana, tahoma;
 text-decoration: none;
 font-weight: normal;
 font-size: 11px;
 color: #6f694d;}
.cl:hover {
 font-family: arial, verdana, tahoma;
 text-decoration: none;
 font-weight: normal;
 font-size: 11px;
 color: #4e4631;}

.copyb {
 font-family: arial, verdana, tahoma;
 text-decoration: none;
 font-weight: bold;
 font-size: 11px;
 color: #4e4631;}

.tbrb {
 font-family: arial, verdana, tahoma;
 text-decoration: none;
 font-weight: bold;
 font-size: 12px;
 color: #7b6835;}
.tbrb2 {
 font-family: arial, verdana, tahoma;
 text-decoration: none;
 font-weight: bold;
 font-size: 12px;
 color: #4e4631;}

/*search*/
.ok {
 border: 0px solid;
 width: 16px;
 height: 16px;
 cursor: hand;
 cursor: pointer;
 background-image: url(images/ok.jpg);
 background-repeat: no-repeat;}
.inputs {
 font-family: arial, tahoma, verdana;
 border: #ded1a0 1px solid;
 width: 140px;
 height: 18px;
 background-color: #fffce9;
 margin: 4px 0px 4px 0px;
 font-size: 11px;
 color: #4e4631;}

/*contact*/
.inputc {
 border: #7c7c7c 1px solid;
 width: 200px;
 height: 20px;
 margin-bottom: 2px;
 background-color: #ffffff;
 font-family: arial, verdana, tahoma;
 font-size: 11px;
 color: #4b4b4b;}
.txtar {
 border: #7c7c7c 1px solid;
 width: 420px;
 height: 164px;
 overflow: auto;
 background-color: #ffffff;
 font-family: arial, verdana, tahoma;
 font-size: 11px;
 color: #4b4b4b;}
.send {  font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
 background-color: #6f694d;
 cursor: hand;
 border: 0px solid;
 margin: 10px 0px 0px 0px;
 width: 60px;
 height: 20px;}

.name {
 font-family: arial, verdana, tahoma;
 text-decoration: none;
 font-weight: bold;
 font-size: 15px;
 color: #423e28;}
.view {
 font-family: arial, verdana, tahoma;
 text-decoration: underline;
 font-weight: normal;
 font-size: 12px;
 color: #cb5921;}
.view:hover {
 font-family: arial, verdana, tahoma;
 text-decoration: underline;
 font-weight: normal;
 font-size: 12px;
 color: #000000;}

.title {
 font-family: times new roman, arial, verdana, tahoma;
 text-decoration: none;
 font-weight: normal;
 font-size: 40px;
 color: #9c977b;}

.col {
 font-family: arial, verdana, tahoma;
 text-decoration: none;
 font-weight: bold;
 font-size: 11px;
 color: #4e4631;}
.col:hover {
 font-family: arial, verdana, tahoma;
 text-decoration: none;
 font-weight: bold;
 font-size: 11px;
 color: #ae4612;}
.acol {
 font-family: arial, verdana, tahoma;
 text-decoration: none;
 font-weight: bold;
 font-size: 11px;
 color: #ae4612;}

.click {
 font-family: arial, verdana, tahoma;
 text-decoration: none;
 font-weight: normal;
 font-size: 12px;
 color: #ae4612;}
.click:hover {
 font-family: arial, verdana, tahoma;
 text-decoration: none;
 font-weight: normal;
 font-size: 12px;
 color: #000000;}
.td {
 height: 47px;
 background-color: #fff9d6;
 text-align: center;}

/* Styles for scrolling layers
   Specify width and height in hold and wn, and in clip for wn */
div#hold  {
  position:relative; overflow:hidden;
  width:940px; height:500px; z-index:100
  }
div#wn  {
  position:absolute;
  left:2px; top:0px;
  width:940px; height:500px;
  clip:rect(0px, 940px, 500px, 0px);
  overflow:hidden;
  z-index:1;
  }
div#lyr1  {
  position:absolute; visibility:hidden;
  left:0px; top:0px;
  z-index:1;
  }

/* Styles for demo, not necessary for scrolling layers */
h1 {
  font-size:1.4em;
  margin:1.5em 0 2em 0;
  }
a#contact {text-decoration:none; color:#4e4631;}
a#contact:hover {text-decoration:underline; color:#ae4612;}