body { 
  background-color:white;
  color:black;
  font-family:Verdana,sans-serif;
  font-style:normal;
  font-weight:normal;
  text-align:center;
}
h1 {
  font-size:16px;
  font-weight:normal;
  margin-top:0px;
  margin-bottom:12px;
}
h2 {
  font-size:14px;
  font-weight:normal;
  margin-top:0px;
  margin-bottom:10px;
}
p {
  font-size:10px;
  margin-top:10px;
  margin-bottom:10px;
}
input, textarea {
  color:black;
  font-family:Verdana,sans-serif;
  font-style:normal;
  font-size:12px;
  font-weight:normal;
  border-style:solid;
  border-color:black;
  border-width:1px;
}
.text {
  background-color:#DAD2C0;  /* #FFF8CA; */
  width:260px;
}
.button {
  background-color:#DAD2C0;  /* #FFF8CA; */
  width:90px;
}
.area {
  background-color:#DAD2C0;  /* #FFF8CA; */
  width:260px;
}

a:link { color:#A04030;font-weight:bold;font-size:10px; text-decoration:none }
a:visited { color:#A04030;font-weight:bold;font-size:10px; text-decoration:none }
a:hover { color:#A04030;font-weight:bold;font-size:10px; text-decoration:underline }
a:active { color:#A04030;font-weight:bold;font-size:10px; text-decoration:underline }
a:focus { color:#A04030;font-weight:bold;font-size:10px; text-decoration:underline }

a.nav:link { color:black; font-weight:normal;font-size:12px; text-decoration:none }
a.nav:visited { color:black; font-weight:normal;font-size:12px; text-decoration:none }
a.nav:hover { color:black; font-weight:normal;font-size:12px; text-decoration:underline }
a.nav:active { color:black; font-weight:normal;font-size:12px; text-decoration:underline }
a.nav:focus { color:black; font-weight:normal;font-size:12px; text-decoration:underline }

a.fnav:link { color:white; font-weight:normal;font-size:12px; text-decoration:none }
a.fnav:visited { color:white; font-weight:normal;font-size:12px; text-decoration:none }
a.fnav:hover { color:white; font-weight:normal;font-size:12px; text-decoration:underline }
a.fnav:active { color:white; font-weight:normal;font-size:12px; text-decoration:underline }
a.fnav:focus { color:white; font-weight:normal;font-size:12px; text-decoration:underline }

.header {
  background-color:white;
  border:none;
  border-width:0px; 
  border-spacing:0px;
  border-style:none;
  padding:0px;
  margin:0px;
  vertical-align:top;
}
.menu {
  background-color:#D2C6AA;   /* #F5E7B8; */
  background-image:url(bg_menu.gif);
  text-align:center;
  vertical-align:top;
  padding-top:2px;
  border-color:white;
  border-style:solid;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  height:30px;
}
.content_outside {
  background-color:#D2C6AA;   /* #F5E7B8; */
  padding-top:24px;
  padding-bottom:24px;
  padding-left:24px;
  padding-right:24px;
  vertical-align:top;
}
.content {
  background-color:#D2C6AA;   /* #F5E7B8; */
  padding-top:6px;
  padding-bottom:6px;
  padding-left:12px;
  padding-right:6px;
  vertical-align:top;
}
.content_bottom {
  background-color:#D2C6AA;   /* #F5E7B8; */
  background-image:url(bg_content_bottom.gif);
  border-color:white;
  border-style:solid;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  height:9px;
}
.footer {
  background-color:#F67F15;   /*60A5DF;   #9CAE80; */
  border-color:white;
  border-style:solid;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  padding:0px;  
  margin:0px;
  vertical-align:bottom;
  font-size:12px;
}
