







BODY {
  margin: 0;
  padding: 0;
  background-color: #003300;
}

BODY, DIV, TD, TR, FORM, INPUT, A {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
}

TD {
  vertical-align: top;
}

TH {
/*  vertical-align: top;   */
}

P {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 12px;
}

LI {
  text-align: justify;    
}

a {
  text-decoration: none;
}

a:link {
  color: green;
  background:             transparent;
  text-decoration: none;
}

a:visited {
  color: green;
  background:             transparent;
  text-decoration: none;
}

a:hover {
  color: green;
  background:             transparent;
  text-decoration: underline;
}


.grey {
  background-color: #ddd;
}

.hidden
	{
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
 	}


.code {
  font-family: Courier, "Courier New", Monospaced, Serif;
}


H1 {
  color: #333;
  font-size: 16px;
  font-weight: bold ! important;    
}

H2 {
  color: #333;
  font-size: 15px;
  font-weight: bold ! important;    
}


H3 {
  color: #333;
  font-size: 14px;
  font-weight: bold ! important;    
}

H4 {
  color: #333;
  font-size: 13px;
  font-weight: bold;    
}

H5 {
  color: #333;
  font-size: 12px;
  font-weight: bold;    
}


.bannerTitle, .bannerTitle:link, .bannerTitle:visited, .bannerTitle:hover {
  color: white;
  font-weight: bold;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 24px;
  text-decoration: none;
}


.bannerSubtitle, .bannerSubtitle:link, .bannerSubtitle:visited, .bannerSubtitle:hover {
  color: white;
  font-weight: bold;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 20px;
  text-decoration: none;
}


.copyright {
  color: white;
  background-color: #003300;
  font-size: 10px;
  text-align: center;
}

.footerNav, .footerNav:link , .footerNav:visited {
  color: #FFFFFF;
  background-color: #080;
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
  border-bottom:   none ! important;
}

.footerNav:hover {
  color: white;
  text-decoration: underline;
}

.menuItem {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
}

.menuItem:link, .menuItem:visited {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  background: transparent;
  font-weight: bold;
  text-decoration: none;
}

.menuItem:hover  { 
  color: #fff;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
 }



.bgDark {
  color: #fff;
  background-color: #080;
  font-weight: bold;
  white-space: nowrap;
}

.bgNeutral {
  background-color: #fff;
}

.bgDarkNeutral {
  background-color: #333;
}

.bgBright {
  background-color: #fff;
}

.heading {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  color: black;
  font-size: 16px;
  font-weight: bold;
}



#contents { 
padding-right:20px;
        background-color: white;
 }
 
.footerTable{
        background-color:  #ddd;
}



/* ***Wiki Stylie*** */

.printfooter{
 display: none;
 visibility: hidden;
}

.editsection{
 display: none;
 visibility: hidden;
}

