/******************************************************************/
/* NWSG                                                           */
/******************************************************************/

BODY
  {
  background:  #E7FFE7;
  font-family: "Trebuchet MS",Arial,Helvetica;
  margin: 0px;
  padding: 0px;
  }

H1
  {
  color: #006600;
  font-size: 20pt;
  font-weight: normal;
  line-height: normal;
  }

H2, H3
 {
 font-size: 14pt;
 color: #006600;
 line-height: normal;
 font-weight: normal;
 }

DIV.menu
 {
 color: #009900;
 padding: 0px;
 background: #E7FFE7;
 border: solid #006600 1px;
 }

A.mainmenu, A.mainmenu:visited
  {
  font-size: 10pt;
  font-weight: bold;
  margin: 0;
  border: 0;
  border-right: solid #006600 1px;
  font-family: arial;
  display: -moz-inline-box;
  display: inline-block;
  color: #009900;
  text-decoration: none;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  }

A.mainmenu:active, A.mainmenu:hover
  {
  font-family: arial;
  color: #ffffff;
  background: #006600;
  }

DIV.mainbody
{
font-size: small;
line-height: 133%;
padding: 10px;
padding-left: 20px;
background: #ffffff;
border-right: solid #006600 1px;
border-left: solid #006600 1px;
}

Table.footer
{
background: #ffffff;
font-size: 8pt;
border-top: solid #006600 1px;
border-right: solid #006600 1px;
border-left: solid #006600 1px;
border-bottom: solid #006600 1px;
padding: 10px;
}

  
/******************************************************************/
/* Forms                                                          */
/******************************************************************/
INPUT.modern, TEXTAREA.modern
  {
  border: solid #009900 1px;
  background: #E7FFE7;
  width: 400px;
  }
