body
{
  background-color: #ffffff;
  font-family: verdana;
  font-size: 11px;
}

.main_bg
{
  background-color: #ececec;
  padding: 0px; margin: 0px;
}

.page
{
  width: 750px;
  height: 100%;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}


td
{
  font-family: verdana;
  font-size: 11px;
}


h3
{
  font-weight: bold;
  font-size: 14px;
}

FORM
{
  padding: 0px;
  margin: 0px;
}

FORM H3
{
  margin: 0px;
}

a
{
  text-decoration: none;
  font-weight: bold;
  color: #ff576e;
}

a:hover
{
  text-decoration: underline;
  color: #000000;
}


.content
{
  height: 100%;
  padding: 5px 16px;
  background-color: #ffffff;
  background-image: url(/images/bodybg.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}

p
{
  text-align: justify;
}

.header
{
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url(/images/header.jpg);
  height: 152px;
  vertical-align: bottom;
  text-align: right;
  font-weight: bold;
  color: #ffffff;
}

.header A
{
  color: #ffffff;
}


.inactive
{
  display: none;
}

.menu_bg
{
  width: 150px;
  color: #000000;
  border-right: 1px solid #000;
  background-color: #a5a5a5;
}


table.menu
{
  border-top: 1px solid #000;
}

.menu TD
{
  background-color: #c8c8c8;
}

.menu .selected
{
  background-color: #ffffff;
  color: #000000;
}

.menu .selected A
{
  color: #000000;
}

.menuitem
{
  padding: 2px 6px 2px 6px;
  border-bottom: 1px solid #000000;
}

.menuitem A
{
  color: #000;
}


li {
  margin-bottom: 5px;
}


ul.submenu {
  margin:0px;
  padding: 0px;
  padding-top: 2px;
  list-style-type:none;
}

ul.submenu li {
  padding-left: 9px;
  margin: 0px;
  margin-bottom: 2px;
  background-repeat:no-repeat;
  background-image:url(/images/navli.gif);
  background-position:1px 5px;
  color:#000000;
}

ul.submenu li a {
  color:#846f36;
  font-weight:normal;
  padding-left: 2px;
}


.footer
{
  background-color: #ffffff;
  background-image: url(/images/footer.jpg);
  background-repeat: no-repeat;
  text-align: center;
  /*border-top: 1px solid #000000;*/
  height: 27px;
  color: #000;
  font-weight: bold;
}

.footer A
{
  color: #000;
  text-decoration: underline;
}


.wt_credits
{
  background-color: #eeeeee;
  color: #666666;
  text-align: center;
  font-size: 10px;
  height: 16px;
  border-top: 1px solid #000000;
}

.wt_credits A
{
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}

.wt_credits A:hover
{
  text-decoration: underline;
}


.itext
{
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  border: 1px solid #999999;
}

.itextarea
{
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  border: 1px solid #999999;
  width: 100%;
  height: 100px;
}

.ibutton
{
  padding-left: 10px;
  padding-right: 10px;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color: #a2762c;
  background-image: url(/images/menuitem_bg.gif);
  border: 1px solid #000000;
}