body {
  background-color: #dcdcdc;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

td {
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

h1 {
  color: #663300;
  font-size: 14pt;
  font-weight: bold;
}

h2 {
  color: #663300;
  font-size: 12pt;
  font-weight: bold;
}

h3 {
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
}

ul {
  list-style-type: square;
}

pre {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #333333;
}
	
a:link {
  color: #666699;
  text-decoration: underline;
}

a:visited {
  color: #CC9933;
  text-decoration: underline;
}

a:hover {
  color: #CC9933;
  text-decoration: underline;
}

a:active {
  color: #666699;
  text-decoration: underline;
}

.nav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #333333;
}

.navjust {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 8pt;
  color: #333333;
}

.navtitle {
  background-color: #FFFFCC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #000000;
  font-weight: bold;
}

a.nav:link {
  color: #666699;
  text-decoration: underline;
}

a.nav:visited {
  color: #CC9933;
  text-decoration: underline;
}

a.nav:hover {
  color: #CC9933;
  text-decoration: underline;
}

a.nav:active {
  color: #666699;
  text-decoration: underline;
}

.just {
  text-align: justify;
}

.date {
  font-size: 8pt;
}

.note {
  font-size: 8pt;
}

.bookmenu {
  background-color: #EBEBEB;
  font-size: 8pt;
  cursor: hand;
}

.menuover {
  background-color: #FFFFFF;
  font-size: 8pt;
  cursor: hand;
}

form {
    border: none;
}
 
textarea {
    font: bold 10px Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #8cacbb;  
    width: 100%;
    color: #333333;
    background-color: white;
}
 
input {
    font: bold 10px Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #8cacbb;  
    color: #333333;
    background-color: white;
    margin: 0em 0em 1em 0em;
}
 
select {
    font: bold 10px Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #8cacbb;  
    margin: 0em 0em 1em 0em;
} 

input.context {
    /* background: White url(linkTransparent.gif) left no-repeat;*/ 
    color: #333333;
    cursor: pointer;
    font-weight: normal;
    padding: 1px 1px 1px 10px;
    text-transform: lowercase;
}
