BODY, TD, TH {
    font-family: arial;
    font-size: 12px;
    letter-spacing: 1px;
    scrollbar-face-color: #f2f2f2;
    scrollbar-highlight-color: #fefefe;
    scrollbar-3dlight-color: #c0c0c0;
    scrollbar-darkshadow-color: #000000;
    scrollbar-shadow-color: #c0c0c0;
    scrollbar-arrow-color: #3C6D5B;
    scrollbar-track-color: #f2f2f2;
}
INPUT, TEXTAREA, SELECT {
    font-family: arial;
    font-size: 12px;
    letter-spacing: 1px;
}
A {
    text-decoration: none;
    color: #006633;
}
A:hover {
    text-decoration: underline;
}

#header {
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
}

#logo {
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 391px;
  height: 127px;
}
#logoLeft {
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 147px;
  height: 97px;
  clear: right;
}
#proNetLogo {
  padding: 5px;
  margin: 0px;
  position: relative;
  float:right;
  left: 0px;
  top: 0px;
  width: 216px;
  height: 60px;
}

#bodyMenuHolder {
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 0px;
  top: -97px;
  width: 100%;
}

#leftMenu {
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 147px;
  float: left;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 150%;
}

#topMenuBodyHolder {
  padding: 0px;
  margin: 0px;
  position: relative;
  width: auto;
  float: left;
}

#topMenu {
  padding: 2px;
  margin: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: #f0f0f0;
  font-size: 10px;
  letter-spacing: 1px;
}
#pageBody {
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  text-align: justify;
}
#GreyMenu {
  padding: 0px;
  margin: 0px;
  background-color: #f0f0f0;
  position: relative;
  left: 43px;
  top: 0px;
  width: 103;
}

.indent {
    margin-left: 15px;
}
.bold {
    font-size: 11px;
    font-weight: bold;
}
#Title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  padding: 2px;
  width: 100%;
  background-color: #3C6D5B;
  color: #FFFFFF;
  text-align: right;
  clear: both;
}
#Title2 {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding: 5px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #3C6D5B;
  background-color: #f0f0f0;
  color: #3C6D5B;
  clear: both;
}
.line1 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #3C6D5B;
}
.line2 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E0E0E0;
}