body {
 margin: 0;
 font-family: Arial;
 font-size: 16px;
}

table {
 margin: 0;
}

h2 {
 margin-top: 0;
 margin-bottom: 0;
 font-weight: bold;
 font-size: 20px;
 font-family: Times New Roman;
 text-align: center;
}

p {
 margin-top: 0;
 margin-bottom: 0;
 font-weight: normal;
 font-size: 16px;
 font-family: Times New Roman;
 margin-right: 2.0em;
 margin-left: 2.0em;
 text-indent: 2.0em;
 text-align: justify;
 color: #000000;
}
.cit { 
 font-style: italic;
 margin-right: 5.0em;
 margin-left: 10.0em;
 text-indent: 0;
 text-align: left;
}
.spp {
 margin-top: 0;
 margin-bottom: 3px;
 text-indent: 0;
 text-align: left;
}

.sup {  font-weight: bold; vertical-align: 40%; font-size: 80% }

a {
 font-family: Arial;
 font-size: 16px;
 text-decoration: none;
 display: block;
 font-color: #FFFFFF;
}
a:hover { color: #000000;
 background-color: #999999 }
.normal { text-decoration: underline; color: #000000 }

UL {
 list-style: none;
 margin: 0px;
 padding: 2px;
 font-family: Arial;
 font-weight: bold;
 font-size: 16px
}

UL LI {
 position: relative;
 background: #333366;
 float: left;
 padding: 4px;
 margin-right: 8px
}

UL LI UL LI { padding: 0px }

LI UL {
 position: absolute;
 display: none;
 width: 350px;
 margin-top: 3px
}
* HTML LI UL {
  left: 0px;
  top: 26px
}

LI A {
 padding: 3px;
 padding-left: 12px;
 text-decoration: none;
 color: #FFFFFF;
 border: 1px solid #CC9900;
}

LI UL LI A {
 display: block;
 padding: 4px;
 width: 350px;
 border-bottom: none;
 background-color: #333366
}

LI A:hover { color: white; background-color: #999999 }

LI:hover UL, LI.over UL { display: block }

.brd { border-bottom: 1px solid #FFCC00 }

