body
{
  background-color: #fff;
  font-family: verdana;
  font-size: 11px;
}

.main_bg
{
  background-color: #cfebee;
  padding: 0px; margin: 0px;
}

.page
{
  width: 750px;
  height: 100%;
  border: 2px solid #fff;
  border-width: 0 4px;
}


td
{
  font-family: verdana;
  font-size: 11px;
}


h1
{
  font-weight: bold;
  font-size: 16px;
  font-family: tahoma ms, sans-serif;
  clear: both;
  color: #005db1;
  border-bottom: 1px dotted #005db1;
}

h2
{
  font-weight: bold;
  font-size: 14px;
  font-family: tahoma ms, sans-serif;
  clear: both;
  color: #fff;
  background: #005db1;
  border: 1px solid #000;
  border-width: 1px 0;
}

h3
{
  font-weight: bold;
  font-size: 12px;
  font-family: tahoma ms, sans-serif;
  clear: both;
  color: #005db1;
}

FORM
{
  padding: 0px;
  margin: 0px;
}

a
{
  text-decoration: none;
  font-weight: bold;
  color: #005db1;
}

a:hover
{
  text-decoration: underline;
  color: #000000;
}


.content
{
  height: 100%;
  padding: 5px 15px 5px 5px;
  background: url(/images/bodybg.jpg) no-repeat top right #e8e9eb;
}

.content p
{
  text-align: justify;
}


.header
{
  background: url(/images/header.jpg) no-repeat #fff;
  height: 302px;
}


.inactive
{
  display: none;
}

.menu_bg
{
  width: 135px;
  color: #000;
  background: url(/images/bodybg.jpg) no-repeat top left #e8e9eb;
  padding: 5px 5px 5px 10px;
}


.menu a
{
  display: block;
  padding: 1px;
  margin: 1px;
  color: #000;
  font-family: Trebuchet MS, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

.menu a:hover
{
  background: #fff;
  text-decoration: none;
}

.submenu
{
  margin: 0;
  padding: 0 0 0 20px;
}

.submenu a
{
  display: block;
  padding: 1px;
  margin: 1px;
  color: #000
  text-decoration: none;
  font-family: Trebuchet MS, sans-serif;
  font-size: 12px;
}

.submenu a:hover
{
  background: #fff;
  text-decoration: none;
}


.footer
{
  background: #eee;
  text-align: center;
  height: 26px;
  color: #000;
  font-weight: bold;
  border-top: 3px solid #fff;
}

.footer a
{
  color: #005db1;
}

.wt_credits
{
  background-color: #ddd;
  color: #444;
  text-align: center;
  font-size: 10px;
  height: 20px;
  border-top: 3px solid #fff;
}

.wt_credits A
{
  font-weight: bold;
  color: #666;
  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;
}