/* Global Classes */ 
body {
  margin: 8px;
}

#dropmenudiv{
position:absolute;
border:1px solid #c5c5c5;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:1000;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #c5c5c5;
padding: 1px 0;
text-decoration: underlined;
font-weight: bold;
z-index:1000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e1dddd;
z-index:1000;
}


INPUT {
color: #58602D;
font-family: arial, verdana, ms sans serif;
font-size: 11px;
} 

SELECT {
color: #58602D;
font-family: arial, verdana, ms sans serif;
font-size: 11px;
}

TEXTAREA {
color: #58602D;
font-family: arial, verdana, ms sans serif;
font-size: 11px;
}

p {
  margin-12px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 12px;
  margin-bottom: 12px;
}

a {
  color: #01607c;
  font-size: 12px;
  cursor: hand;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

a:hover {
  color: #000000;
}

a.nav {
  color: #00617b;
  font-size: 12px;
  cursor: hand;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

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


form {
  margin: 0px;
}

ol {
  margin: 0px;
  margin-left: 20px;
  padding-left: 10px;
}

ul {
  margin: 0px;
  margin-left: 10px;
  padding-left: 10px;
}


sup {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}


/* Pseudo Classes which appear in the header */
span.sidetitle {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #01607c;
  font-style: normal;
  font: bold;
}

span.titlenobold {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #01607c;
  font-style: normal;
}

b {
  font-weight: bold;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

