
BODY {
  font-family: sans-serif;
  background-color: #FFFFFF;
  font-size: 10pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-left: 0pt;
}

H1 {
  font-family: sans-serif;
  font-size: 20pt;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
}

*.div.navigate {
   background-color: #00c41d;
   background-image: url(images/noise.png)
}


*.div.pagetop {
  background-color: #00c41d;
  height: 30pt;
  padding-top: 12pt;
  text-align: center;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-left: 0pt;
  color: #FFFFFF;
  background-image: url(images/noise.png)
}

*.div.pagebottom {
  font-style: italic;
  font-size: 8pt;
  clear: both;
  border-top-color:#00c41d;
  border-top-style:ridge;
  border-top-width:thin;
  border-right-width: thin;
  border-right-color: green;
}

*.div.pagetext {
  placeholder: 0;
  font-size: 10pt;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

H2 {
  font-size: 14pt;
  font-weight: bold;
}

A {
  font-size: 10pt;
}

TD {
  font-size: 10pt;
}

H2.sitemap {
  text-align: center;
  background-color: #99FF99;
}

TD.sitemap {
  border-top: #99FF99 outset;
  border-right: #99FF99 outset;
  border-bottom: #99FF99 outset;
  border-left: #99FF99 outset;
}

UL.sitemap {
  margin-top: 0pt;
}

span.Table {
background-image:url(images/noise.png);
color:#FFFFFF;
}

span.menutop {
width: 125px; 
padding-top: 3px; 
padding-bottom: 3px; 
background-color: #ffffff; 
padding-left: 3px; 
font-size: 10pt; 
border-top: 2px green solid; 
border-right: 2px green solid; 
border-bottom: 1px red solid; 
border-left: 2px green solid;
}

span.menumiddle {
width: 125px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #ffffff;
padding-left: 3px;
font-size: 10pt;
border-top: 0px red solid;
border-right: 2px green solid;
border-bottom: 1px red solid;
border-left: 2px green solid;
}

span.menubottom {
border-top: 0px red solid;
width: 125px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #ffffff;
padding-left: 3px;
font-size: 10pt;
border-right: 2px green solid;
border-bottom: 2px green solid;
border-left: 2px green solid;
}