* {padding:0; margin:0}
.dropdown {padding-right:2px}
.dropdown dt { width: 100%; font-weight: bold; cursor: pointer; background-image: 
               url('dropdown/images/header.gif'); background-repeat: repeat; 
               background-attachment: scroll; border: 2px solid #9ac1c9; 
               padding: 0px; background-position: 0% 50% }
.dropdown dt:hover { background-image: url('dropdown/images/header_over.gif'); background-repeat: 
               repeat; background-attachment: scroll; background-position: 
               0% 50% }
.dropdown dd {float:left; position:absolute; overflow:hidden; width:16.6%; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:97%; border:2px solid #9ac1c9; list-style:none; border-top:none;}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:93%}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}


a:link       { text-decoration: none; color: #008FBF; font-weight: bold }
p            { font-family: Verdana; font-size: 10pt; margin-top: 4px; margin-bottom: 4px;}
h1           { font-family: Verdana; font-size: 10pt; color: #008000; font-weight: bold; 
               margin-top: 6px; margin-bottom: 4px; }
h2           { font-family: Verdana; font-size: 10pt; color: #000000; font-weight: bold; 
               margin-top: 6px; margin-bottom: 4px }
h3           { color: #FF9900; font-size: 12pt; font-family: Verdana; font-weight: bold; 
               margin-top: 6px; margin-bottom: 4px }
h4           { color: #FF9900; font-size: 18pt; font-family: Comic Sans MS; font-weight: bold; 
               margin-top: 4px; margin-bottom: 4px; }
td            { font-family: Verdana; font-size: 10pt; margin-top: 4px; margin-bottom: 4px }

a:visited    { text-decoration: none; color: #0099CC; font-weight: bold }
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
    color:          FA6C03;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      bold;
}
body         { font-family: Verdana; font-size: 10pt; color: #000000; text-align: Left; width: 1000px; margin: 0 auto; }

table        { table-border-color-light: rgb(204,153,255); table-border-color-dark: 
               rgb(102,0,102); font-family: Verdana; font-size: 10pt; color: 
               #000000; text-align: Left; }
               

