.bkg {
  background: #5d7135 url(image/bkg.jpg) top repeat-x;
}

.mid {
  background: #dcdda2 url(image/mid.jpg) top repeat-y;
  height: 500px;
}

.plain {
  background: #dcdda2;
}

h1 {
  font-family: tahoma;
  font-size: 18pt;
  color: #000000;
  font-weight: bold;
}

h2 {
  font-family: tahoma;
  font-size: 14pt;
  color: #d2221b;
  font-weight: bold;
}

h3 {
  font-family: tahoma;
  font-size: 14pt;
  color: #000000;
  font-weight: bold;
}


.h3 {
  font-family: tahoma;
  font-size: 14pt;
  color: #000000;
  font-weight: bold;
}


h4 {
  font-family: tahoma;
  font-size: 12pt;
  color: #000000;
  font-weight: bold;
}

a.navlink {
  font-family: tahoma;
  font-size: 14pt;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a.navlink:hover {
  font-family: tahoma;
  font-size: 14pt;
  color: #5d7135;
  text-decoration: underline;
  font-weight: bold;
}

.navlink {
  font-family: tahoma;
  font-size: 12pt;
  color: #000000;
  text-decoration: none;
}

a.navlinksm {
  font-family: tahoma;
  font-size: 11pt;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a.navlinksm:hover {
  font-family: tahoma;
  font-size: 11pt;
  color: #5d7135;
  text-decoration: underline;
  font-weight: bold;
}

.whitebox {
  padding: 20px;
  background: url(image/navbox.jpg);
  line-height: 30px;
  text-align: center;
}

.text {
  font-family: Tahoma;
  font-size: 10pt;
  color: #000000;
}

.left {
  padding: 20px;
}

.bold {
  font-family: tahoma;
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a.bold {
  font-family: tahoma;
  font-size: 10pt;
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

a.bold:hover {
  font-family: tahoma;
  font-size: 10pt;
  color: #5d7135;
  text-decoration: underline;
  font-weight: bold;
}

.white {
  background: url(image/white.png) repeat-y;
}

.lr {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  padding: 4px;
}

.tl {
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  text-align: center;
  padding: 4px;
}

.tlr {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  text-align: center;
  padding: 4px;
}

.l {
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  padding: 4px;
}

.b {
  border-bottom: 1px solid #ffffff;
  text-align: center;
  padding: 4px;
}


a.link {
  font-family: Times New Roman;
  font-size: 12pt;
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}  

a.link:hover {
  font-family: Times New Roman;
  font-size: 12pt;
  color: #5d7135;
  text-decoration: underline;
}

.red {
  color: #d2221b;
  font-weight: bold;
}