BODY {
  margin: 0px;
  padding: 0px;
  background: url(/images/back.jpg);
}

.top_text {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.top_text A {
  color: white;
  text-decoration: none;
}
.top_text A:hover {
  color: white;
  text-decoration: underline;
}

.mid_text {
  margin-left: 30px;
  font-family: arial;
  font-size: 18px;
  color: white;
}

.bot_text {
  margin-left: 10px;
  font-family: arial;
  font-size: 12px;
  color: white;
}
.bot_text A {
  color: white;
}
.bot_text A:hover {
  color: white;
  text-decoration: none;
}

.left_menu {
  margin: 5px 15px 40px 15px;
}
.left_menu UL {
  margin: 5px 10px 5px 25px;
  padding: 0px;
  color: white;
}
.left_menu HR {
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
  border-color: white;
}
.left_menu A {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.left_menu A:hover {
  text-decoration: underline;
}

.left_contacts {
  margin: 10px 0px 40px 15px;
  font-family: arial;
  font-size: 13px;
  color: white;
}
.left_contacts A {
  color: white;
}
.left_contacts A:hover {
  color: white;
  text-decoration: none;
}

#content {
  font-family: arial;
  font-size: 14px;
  color: white;
}
#content STRONG {
  font-weight: normal;
}
#content FONT {
  font-family: arial;
  font-size: 14px;
  color: white;
}
#content DIV, #content P {
  font-family: arial;
  font-size: 14px;
  color: white;
  text-align: justify;
}
#content A {
  color: white;
  text-decoration: underline;
}
#content A:hover {
  color: white;
  text-decoration: none;
}

.gallery img {
  border: solid 1px white;
}

.flash_gall {
  padding: 2px 2px 1px 2px;
  background: white;
}