body, div
{ 
    padding: 0px;
    margin: 0px;
}

p
{
    font-size: 8pt;
    font-family: Tahoma, sans-serif, Verdana, Courier;
    vertical-align: middle;
    color: #000000;
}

p.normal, a.text, td, ul, li
{
    font-size: 8pt;
    font-family: Tahoma, sans-serif, Verdana, Courier;
    vertical-align: middle;
    margin-left: 0px;
}

table.greentable th
{
    font-size: 8pt;
    font-family: Tahoma, sans-serif, Verdana, Courier;
    vertical-align: middle;
    margin-left: 0px;
    /*background-color: #99CC00;*/
    background-color: #f26522;
}

table.greentable td
{
  /*background-color: #CCFF00;*/
  background-color: #fbaf5d;
}

img
{
    border: 0;
}

body
{
    background-color: #F6F6F6;
    width: 100%;
    height: 100%;
    color: inherit;
}

#menu table
{
    border: 0;
}

#menu h1
{
    border-bottom-width: 0px;
    font-size: 8pt;
    color: #94B3C5
}

#menu a
{
    background-color: inherit;
    color: black;
    font-size: 8pt;
    text-decoration: none;
    /*background: url(img/menu.png) repeat-x 0 0;*/
    background-color: #c4df9b;
    border-bottom: 1px solid #ffffff;
    text-indent: 10px;
    width: 200px;
    height: 25px;
    display: block;
    margin-left: 0px;
    font-weight: bold;
}

#menu a:hover
{
    /*background-color: inherit;*/
    background-color: #197b30;
    color: white;
    font-size: 8pt;
    text-decoration: none;
    /*background-position: 0 -25px;*/
    text-indent: 10px;
    display: block;
    font-weight: bold;
}

#menu a:active
{
    /*background-color: inherit;*/
    background-color: #197b30;
    color: black;
    font-size: 8pt;
    text-decoration: none;
    /*background-position: 0 -25px;*/
    text-indent: 10px;
    display: block;
    font-weight: bold;
}

#menu tr
{
    height: 25px;
}

#menu span
{
    display: block;
    padding-top: 5px;
}

#content h1
{
    margin-top: 30px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #000000;
    color: #000000;
    font-weight: bold;
    font-size: 12pt;
    font-family: Tahoma, sans-serif, Verdana, Courier;
    vertical-align: middle;
}

#content h2
{
    margin-top: 15px;
    font-weight: bold;
    font-size: 8pt;
    font-family: Tahoma, sans-serif, Verdana, Courier;
    vertical-align: middle;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    color: #000000;
}

#content a
{
    color: #005952;
    text-decoration: underline;
}

#content img
{
    margin: 1px;
}

input, textarea, select, button
{
  border: #000 1px solid;
  font-weight: bold;
  font-size: 8pt;
  font-family: Tahoma, sans-serif, Verdana, Courier;
}

input:focus, textarea:focus, select:focus
{
  border: #000 1px solid;
  background-color: #fff568;
}

div.content
{
    background-color: #fff799; /*#e6ffb7;*/
    /*background-image: url(img/content_bg.png);
    background-repeat: repeat;*/
    bottom: 0; /*111px;*/
    left: 201px;
    overflow: auto;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #638400;*/
    /*border-top: 1px solid #ffffff;
    brder-left: 1px solid #ffffff;*/
    right: 1px;
    text-align: justify;
    top: 121px;
    z-index: 2;
    display: block;
    visibility: visible;
    position: absolute;
}

div.footer
{
    text-align: justify;
    /*background-color: #1B2424;*/
    background: url(img/footer_bg.png) repeat;
    z-index: 1;
    left: 202px;
    border-left: 1px solid #ffffff;
    right: 1px;
    bottom: 1px;
    height: 109px;
    padding-left: 10px;
    padding-right: 20px;
    border-top: 1px solid #FFFFFF;
    overflow: auto;
    display: block;
    visibility: visible;
    position: absolute;
}

div.menu
{
    background-color: #c4df9b; /*#99cc00;*/
    z-index: 1;
    top: 121px;
    left: 0px;
    width: 200px;
    bottom: 1px;
    visibility: visible;
    border-right: 1px solid #fff;
    overflow: auto;
    display: block;
    visibility: visible;
    position: fixed;
}

div.banner
{
    background-color: #fdb515; /*#fff568;*/
    top: 0px;
    left: 0px;
    right: 1px;
    height: 120px;
    overflow: auto;
    display: block;
    visibility: visible;
    position: absolute;
    border-bottom: 1px solid #fff;
}

