
* {
  font-family: Arial;
  font-size: 12px;
}

body {
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  background-color: #521908;
}

.copyright{
  color: #f3e4d1;
  font-family: Arial;
  font-size: 10px;
  margin: 15px 0px 0px 0px;
  text-align: center;
}

.header h1{
  color: #f3e4d1;
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 10px;
}

.main {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #f3e4d1;
  background-image: url(img/bg1.gif);
  background-position: 0px 0px;
  background-repeat: repeat-x;
}

.main .tableMain {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: url(img/bg2.gif);
  background-position: 100% 0px;
  background-repeat: repeat-y;
}

.main .tableMain .tdMain {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: url(img/bg3.gif);
  background-position: 100% 100%;
  background-repeat: repeat-x;
  vertical-align: top;
}

.main .tableMain .tdMain .divMain {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: url(img/bg4.gif);
  background-position: 0px 0px;
  background-repeat: repeat-y;
}

.main .tableMain .tdMain .divMain div {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: url(img/bg00.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.main .tableMain .tdMain .divMain div div {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: url(img/bg01.gif);
  background-position: 100% 0px;
  background-repeat: no-repeat;
}

.main .tableMain .tdMain .divMain div div div {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: url(img/bg02.gif);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.main .tableMain .tdMain .divMain div div div div {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: url(img/bg03.gif);
  background-position: 0px 100%;
  background-repeat: no-repeat;
}

.content {
  margin: 0px 0px 0px 0px;
  padding: 6px 6px 6px 6px !important;
  width: 100%;
}

.content div {
  background-image: none !important;
}

.content h2 {
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  font-size: 16px;
  font-weight: bolder;
  font-style: italic;
  color: #70441d;
  text-align: center;
}

.content .tableContent {
  width: 100%;
}

.content .tableContent .tdContent {
  width: 100%;
  vertical-align: top;
  padding: 15px 10px 5px 5px;
  text-align: justify;
}

.content .tableContent .tdMenu {
  vertical-align: top;
  padding: 15px 20px 20px 0px !important;
}

.content .mainMenu {
  width: 250px;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px !important;

  background-color: #dec4ab;
  background-image: url(img/bgm00.gif) !important;
  background-position: 0px 0px !important;
  background-repeat: no-repeat !important;
}

.content .mainMenu div {
  background-image: url(img/bgm01.gif) !important;
  background-position: 100% 0px !important;
  background-repeat: no-repeat !important;
}

.content .mainMenu div div {
  background-image: url(img/bgm02.gif) !important;
  background-position: 100% 100% !important;
  background-repeat: no-repeat !important;
}

.content .mainMenu div div div {
  padding: 6px 6px 6px 6px !important;
  background-image: url(img/bgm03.gif) !important;
  background-position: 0px 100% !important;
  background-repeat: no-repeat !important;
}

.content .mainMenu b {
  display: block;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-stretch: wider;
  text-transform: uppercase;
}

.content .mainMenu a {
  display: block;
  font-weight: bolder;
  color: #70441d;
  text-decoration: none;
  font-size: 13px;
}

.content .mainMenu a:hover {
  text-decoration: underline;
}

.content .mainMenu .subMenu {
  margin: 0px 0px 0px 20px;
  font-weight: normal;
}

.content .mainMenu .counters {
  margin: 20px 0px 0px 0px !important;
  text-align: center;
  background-image: none !important;
}

.content .mainMenu .counters img {
  margin: 1px 1px 1px 1px;
}

.content .tdContent a {
  color: #70441d;
  text-decoration: none;
}

.content .tdContent a:hover {
  text-decoration: underline;
}

.content .tdContent hr {
  border: 1px dashed #000000;
  size: 1px;
  height: 1px;
  margin: 10px 0px 10px 0px;
}

