body {
   background-color: #000000;
   color: #ffffff;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   margin: 0;
   text-align: center;
}

a:link {
   color: #f09cd8;
   text-decoration: none;
}

a:visited {
   color: #f09cd8;
   text-decoration: none;
}

a:hover {
   color: #f09cd8;
   text-decoration: none;
}

a:active {
   color: #f09cd8;
   text-decoration: none;
}

table {
   font-size: 8pt;
}

.bordered {
   font-size: 8pt;
   border: 1px solid #c0c0c0;
   border-collapse: collapse;
}

td {
   font-size: 8pt;
}

th {
   font-size: 8pt;
}

div {
   text-align: left;
   margin: auto;
}

h1 {
   font-size: 12pt;
   color: #f09cd8;
}

h2 {
   font-size: 10pt;
   text-transform: uppercase;
   color: #f09cd8;
   margin-top: 3px;
   margin-bottom: 3px;
   height: 21px;
}

h3 {
   font-size: 10pt;
   color: #f09cd8;
   margin-top: 3px;
   margin-bottom: 3px;
}

h4 {
   font-size: 7pt;
   text-decoration: italic;
   margin-top: 0px;
   margin-bottom: 10px;
}

p {
   text-align: left;
}

legend {
   color: #f09cd8;
}

.nav a:link {
   color: #f09cd8;
   font-weight: bold;
   text-transform: uppercase;
}

.nav a:visited {
   color: #f09cd8;
   font-weight: bold;
   text-transform: uppercase;
}

.nav a:hover {
   background-color: #f09cd8;
   color: #000000;
   font-weight: bold;
   text-transform: uppercase;
}

.nav a:active {
   background-color: #f09cd8;
   color: #000000;
   font-weight: bold;
   text-transform: uppercase;
}

em {
   text-decoration: none;
   font-weight: bold;
   font-style: normal;
}

.note {
   font-size: 7pt;
   display: inline;
}

hr {
   color: #f09cd8;
   height: 1px;
   margin: 0px;
}

form {
   margin: 0px;
}

input, select {
   font-size: 8pt;
}

ul {
   margin-top: 3px;
   margin-left: 1em;
   padding-left: 1em;
   list-style-type: none;
}

li {
   text-transform: uppercase;
}

.cats li:before {
   content: "\0020 \0020 \0020 \00BB \0020";
}

.maskLayer {
   display: none;
   position: absolute;
   top: 0px;
   left: 0px;
   opacity: 0.6;
   filter: alpha(opacity=60);
   background-color: #ffffff;
   z-Index: 1000;
}

.dialogueLayer {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 350px;
   height: auto;
   display: none;
   z-Index: 1001;
   border: 1px solid #000000;
   background-color: #ffffff;
   vertical-align: middle;
   padding: 10px;
   color: #000000;
}

#navlist {
   padding: 0 0 3px 0;
   margin-left: 0;
   margin-right: 0;
   margin-top: 10;
   margin-bottom: 10;
   list-style: none;
   font-weight: bold;
}

#navlist li {
   display: inline;
}

#navlist li a {
   padding: 3px;
   border: 1px solid #f09cd8;
   background: #000000;
}

#navlist li a:link { color: #f09cd8; }
#navlist li a:visited { color: #f09cd8; }
#navlist li a:hover { color: #000000; background: #f09cd8; }

#navlist li a#current {
   background: #f09cd8;
   color: #000000;
}