a {
 text-decoration: none;
 color: #000;
 letter-spacing: 0px;
}

a:hover {
 text-decoration: underline;
 color: #663300;
}

a.foot:link, a.foot:visited {
 color: #663300;
 text-decoration: none;
}

a.foot:hover, a.foot:active {
 color: white;
 text-decoration: underline;
}

a.menu {
  display: block;
  width: 131px;
  height: 20px;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  background-color: #ffd151;
  color: #000;
  text-decoration: none;
  padding-top: 3px;
}

a.menu:hover {
  display: block;
  width: 131px;
  height: 20px;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  background-color: #c77313;
  color: #fff;
  text-decoration: none;
  padding-top: 3px;
}

.menux {
  display: block;
  width: 131px;
  height: 20px;
  text-align: center;
  font-size: 9pt;
  background-color: #dcfda9;
  color: #666;
  text-decoration: none;
  padding-top: 3px;
}

a.subscribe {
  display: block;
  width: 131px;
  height: 20px;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  background-color: #ffd151;
  color: #000;
  text-decoration: none;
  padding-top: 3px;
  border: 1px solid #000;
}

a.subscribe:hover {
  display: block;
  width: 131px;
  height: 20px;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  background-color: #c77313;
  color: #fff;
  text-decoration: none;
  padding-top: 3px;
  border: 1px solid #000;
}

.head9pt {
 color: #663300;
 font-size: 9pt;
 font-family: times new roman,times;
 font-weight: bold;
 font-style: italic;
}

.head13pt {
 color: #663300;
 font-size: 13pt;
 font-family: times new roman,times;
 font-weight: bold;
 font-style: italic;
}

.head14pt {
 color: #663300;
 font-size: 14pt;
 font-family: times new roman,times;
 font-weight: bold;
 font-style: italic;
}

.head20pt {
 color: #663300;
 font-size: 20pt;
 font-family: times new roman,times;
 font-weight: bold;
 font-style: italic;
}

.head30pt {
 color: #663300;
 font-size: 30pt;
 font-family: times new roman,times;
 font-weight: bold;
 font-style: italic;
}

.brown { color: #663300; }
.green { color: #006633; }
.red   { color: #990000; }
.gray  { color: #333333; }
.dkgrn { color: #FFFF99; background-color: #003300; }

.text9pt {
 color: #663300;
 font-size: 9pt;
 font-family: tahoma,verdana,arial;
}

.text11pt {
 color: #663300;
 font-size: 11pt;
 font-family: tahoma,verdana,arial;
}

.text12pt {
 color: #663300;
 font-size: 12pt;
 font-family: tahoma,verdana,arial;
}

.text16pt {
 color: #663300;
 font-size: 16pt;
 font-family: tahoma,verdana,arial;
}

.heading {
 text-align: center;
 color: #cc6600;
 font-size: 16pt;
 font-family: times new roman;
 font-style: italic;
 font-weight: bold;
}

.box300 {
 border: 1px solid #663300;
 background-color: #ffffff;
 width: 300px;
 text-align: center;
}

div.newsletter {
 text-align: left;
 padding-left: 20px;
 padding-right: 20px;
}

input.btn {
 display: block;
 width: 135px;
 height: 23px;
 margin: 0px;
 padding: 0px;
 border: none;
}

input.subscribe0 {
 background: url("../btn/subscribe0.jpg") 0 0 no-repeat;
}

input.subscribe1 {
 background: url("../btn/subscribe1.jpg") 0 0 no-repeat;
}

body         {  font-family: verdana; style; font-size: 11px; color: #000000; letter-spacing:0px; background-color: #fff; }
li           {  font-family: verdana; style; font-size: 11px; color: #000000; letter-spacing:0px; }
ol           {  font-family: verdana; style; font-size: 11px; color: #000000; letter-spacing:0px; }
table        {  font-family: verdana; style; font-size: 11px; color: #000000; letter-spacing:0px; }
td           {  font-family: verdana; style; font-size: 11px; color: #000000; letter-spacing:0px; }


div.scroll {
	height: 560px;
	width: 100%;
    overflow: auto;
    padding-right: 4px;
}
