
body {
  background: #FFd800;
  margin: 0px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 11px;
}

.header     { background: url(./head.jpg) no-repeat top left; width: 100%; height: 180px; font-size: 10px;}

.menutop     { background: url(./menutop.gif) no-repeat top left; width: 100%; height: 8px; font-size: 1px;}
.menubottom  { background: url(./menubottom.gif) no-repeat top left; width: 100%; height: 8px; font-size: 1px;}

.maintop     { background: url(./maintop.gif) no-repeat top left; width: 100%; height: 8px; font-size: 1px;}
.mainbottom  { background: url(./mainbottom.gif) no-repeat top left; width: 100%; height: 8px; font-size: 1px;}


.nav a:link, .nav a:visited {
  background-color: #ffffdd;
  display: block;
  border-top: 1px solid #bbbbbb;
  color: #000000;
  z-index: 1;
  padding: 4px 0px 4px 17px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.nav a:hover{
  text-decoration: none;
  z-index: 1;
  background-color: #ffff88;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
}

.nav_i a:link, .nav_i a:visited {
  background-color: #ffea00;
  display: block;
  border-top: 1px solid #bbbbbb;
  color: #000000;
  z-index: 1;
  padding: 4px 0px 4px 17px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}


.navProd a:link, .navProd a:visited {
  display: block;
  font-weight: normal;
  background-color: #fffff0;
  color: #000000;
  font-size:  10px;
  z-index: 1;
  padding: 2px 0px 2px 30px;
  text-decoration: none;
}

.navProd a:hover{
  background-image: none;
  text-decoration: none;
  background-color: #ffff88;
  z-index: 1;
  font-size: 10px;
}

.navProd_i a:link, .navProd_i a:visited {
  display: block;
  font-weight: normal;
  background-color: #ffea00;
  color: #000000;
  font-size:  10px;
  z-index: 1;
  padding: 2px 0px 2px 30px;
  text-decoration: none;
}


td.lefttop {
  padding-left: 0px;
  padding-top: 0px;
  text-align: left;
  vertical-align: top;
}


.boxHeader {
  font: normal small-caps bold 15px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 0px;
  padding: 5px 10px 5px 10px;
  letter-spacing: 3px;
  border-bottom: 1px dashed #666600;
}


.boxText {
  padding: 10px 15px 10px 15px;
  font-size: 12px;
}


.boxText a:visited, .boxText a:link{
  text-decoration: underline;
  color: #000000;
}

.boxText a:hover{
  text-decoration: none;
  background: #ffff88;
}


.headLink, .headLink a:visited, .headLink a:link, .headLink a:hover{
  font-size: 12px;
  text-decoration: underline;
  color: #8c7800;
}


.tdText {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
}


.footer {
  font-size: 10px;
  color: #000000;
}


.footer a:link, .footer a:visited {
  font-size: 10px;
  color: #000000;
}


