body {
   background-color: #FFFFFF;
   scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #000000;

padding: 0px;
   color: #FFFFFF;
   font-family: tahoma;
   font-weight: normal;
   font-size: 9px;
   background-color: #FFFFFF;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: auto;
   margin-left: auto;
   text-align: left;
}
a:link, a:visited, a:active {
    text-decoration: none; 
    color:#B86B23;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
    color:#826D6A;
    font-weight: bold;
    cursor: help;
    background-color: transparent;
}
.layout {
     background-color: #FFFFFF;
     color: #000000;
     width: 200px;
     padding: 0px;
     border: 5px solid #FFFFFF;
     cursor: default;
      text-align: justify;
      margin-right: auto;
     margin-left: auto;
     text-align: left;
}
.menu {
    background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
                  letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
.nav a:link, .nav a:visited, .nav a:active {
    text-decoration: none; 
    color:#CFA362;
    font-weight: bold;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#826D6A;
    font-weight: bold;
    cursor: help;
    background-color: transparent;
}
.content {
     background-color: transparent;
     color: #000000;
     font-family: tahoma;
     font-weight: normal;
     font-size: 9px;
     text-align: justify;
     padding: 0px;
     border: 0px;
      width: 87%;
     margin-right: auto;
     margin-left: auto;
}
.title {
     background-color: transparent;
       font-weight: bold;
       font-size: 10px;
     color: #EA7E36;
     font-family: tahoma;
	 text-transform: uppercase;
	 letter-spacing: 3px;
	 border-bottom: 1px solid #FFFFFF;
}

b {
     color: #A97A74;
}

i {
     color: #636890;
}


 input, textarea, select {
    font-family: tahoma;
    font-size:9px;
    border:1px dashed #000000;
    background-color:#FFFFFF;
    color:#000000;}


ul {
   list-style-type: square;
}

