BODY {
  font-family: "Century Gothic", verdana, arial, sans-serif;
  font-size: 10pt;
  letter-spacing: 1.5pt;
}

P {
  font-size: 11pt;
}

TD {
  font-size: 11pt;
}

A {
  text-decoration: none;
  font-weight: bold;
}

A.nol {
  text-decoration: none;
  font-weight: bold;
  font-size: 11pt;
}

A.not {
  text-decoration: underline;
  font-size: 12pt;
  font-weight: normal;
}

H4 {
  color: #FC3;
  letter-spacing: 1.8px;
  font-size: 14pt;
  font-family: "Palatino Linotype", Georgia, Times, serif;
  font-style: italic;
  font-weight: bold;
}

H5 {
  font-variant: small-caps;
  font-size: 11pt;
}

B.heading {
  color: #FC3;
  letter-spacing: 1.8px;
  font-size: 14pt;
  font-family: "Palatino Linotype", Georgia, Times, serif;
  font-style: italic;
  font-weight: bold;
  text-align: left;
}

P.mainpage {
  font-family: "Palatino Linotype", Georgia, Times, serif;
  font-style: italic;
  font-size: 13pt;
  text-align: center;
}

IMG {
  border-style: none;
  border-width: 1px;
  border-color: #9CB;
}

IMG.right {
  border-style: solid;
  float: right;
  margin-left: 20px;
}
IMG.left {
  border-style: solid;
  float: left;
  margin-right: 20px;
}

TABLE {
  width: 100%;
}

TR.border {
  height: 150px;
}

TD.topright {
  text-align: right;
  vertical-align: top;
  background-image: url(../imgs/border.gif);
  background-position: top left;
  background-repeat: repeat-x;
  padding-right: 60px;
  padding-top: 10px;
}

TD.topleft {
  vertical-align: top;
  padding-top: 15px;
  background-image: url(../imgs/wave.gif);
  background-repeat: no-repeat;
  background-position: top left;
  width: 507px;
}

DIV.main {
  width: 80%;
  border-style: solid;
  border-width: 1px;
  border-color: #9cb;
  text-align: left;
  padding-left: 30px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
}

TD.mainLeft {
  width: 200px;
  vertical-align: top;
  padding-top: 30px;
}

TD.mainRight {
  padding-top: 30px;
  vertical-align: top;
}

UL.sidebar {
  list-style-type: none;
}

UL.topmenu {
  list-style-type: none;
}

UL.dropdown {
  list-style-type: none;
  visibility: hidden;
  position: absolute;
  padding-left: 20px;
  margin-left: 0px;
  padding-top: 5px;
}

LI.topmenu {
  display: inline;
  border: none;
  background-color: transparent;
  padding-right: 15px;
  margin-right: 0px;
  margin-left: 0px;
  width: auto;
  color: #9CB;
}

LI.sidebar {
  margin-left: 0px;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  border-style: solid;
  border-color: #dfe;
  border-width: 1px;
  border-top: none;
  border-left: none;
  border: none;
  width: 160px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
}

LI:hover {
  color: #FFF;
}


TABLE.prices {
  border-color: #9CB;
  border-width: 1px;
  border-style: solid;
  margin-top: 5px;
}

TD.prices {
  border-style: solid;
  border-width: 1px;
  border-bottom: none;
  border-right: none;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}

TD.left {
  border-style: solid;
  border-width: 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding-left: 3px;
}

TH {
  border-style: solid;
  border-width: 1px;
  border-bottom: none;
  border-right: none;
  border-top: none;
  font-variant: small-caps;
  font-size: 10pt;
}


