a {
  text-decoration: none;
  color: black;
}

a:link {
  color: black;
  font-weight: bold;
}

a:visited {
  color: black;
  font-weight: bold;
}

a:active {
  color: #714D1E;
}

a:hover {
  color: #714D1E;
  text-decoration: underline;
}

body {
  background-color: #902329;
  font-family: Verdana;
  font-size: 11px;
  font-style: italic;
  color: black;
  scrollbar-face-color: black;
  scrollbar-shadow-color: black;
  scrollbar-highlight-color: #E2CF8A;
  scrollbar-3dlight-color: black;
  scrollbar-darkshadow-color: black;
  scrollbar-track-color: black;
  scrollbar-arrow-color: #E2CF8A;
  margin: 0px 0px 0px 0px;
}

select {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  color: black;
  font-size: 11px;
}

textarea {
  background-color: transparent;
  border-style: solid;
  border-color: black;
  color: black;
  font-family: Verdana;
  font-size: 11px;
  width: 400px;
  height: 120px;
}

input {
  background-color: transparent;
  color: black;
  font-family: Verdana;
  font-size: 11px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
}

table {
  font-size: 11px;
  font-style: italic;
}

img {
  border-style: none;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.5;
}

form {
  margin: 0px;
}

h1 {
  font-size: 24px;
  margin-top: 6px;
  margin-bottom: 4px;
}

h2 {
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 4px;
  font-style: italic;
}

h3 {
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 2px;
  font-style: italic;
}

h4 {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 4px;
  font-style: italic;
}

h5 {
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: 0px;
  font-style: italic;
}

.main_logo {
  background-image: url('design/paper_bg.png');
  width: 900px;
  padding: 0px 0px 0px 0px;
}

.main_menu {
  background-image: url('design/paper_bg.png');
  width: 900px;
  padding: 0px 0px 0px 0px;
}

.main {
  background-image: url('design/paper_bg.png');
  width: 900px;
  padding: 0px 0px 0px 0px;
}

.main_down {
  background-image: url('design/paper_bg_down.png');
  width: 900;
  /*height: 50;*/
  padding: 23px 0px 12px 0px;
}

.menu {
  width: 30%;
  vertical-align: top;
  padding-right: 20px;
}

.content {
  width: 70%;
  vertical-align: top;
}

.small_main {
  width: 100%;
  /*border: solid 1px black;*/
}

.small_head {
  /*border-bottom: solid 1px black;*/
  text-align: center;
}

.small_normal {
}

.big_main {
  width: 100%;
  /*border: solid 1px black;*/
}

.big_head {
  /*border-bottom: solid 1px black;*/
  text-align: center;
}

.big_normal {
}

.table1 {
  border: solid 1px black;
  width: 70%
}

.td1 {
  padding: 2px;
}

.td2 {
  border-top: solid 1px black;
  padding: 2px;
}

.window {
  display: block;
  position: absolute;
  border: solid 2px black;
  background-color: #E2CF8A;
  width: 400;
}

