body {
  background-color:#000;
  margin:5px;
  padding:5px;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color:#FFF;
  font-size:85%;
  line-height: 1.4em;
  }
  
html { font-size: 100%; /* IE hack */ }
  
P {
margin-left: 1em;
margin-right: 1em;
margin-top: 1em;
margin-bottom: 1em;
line-height: 1.4em;
}

a:link {
  color:#FF6600;
  text-decoration:underline;
  }
a:visited {
  color:#FF6600;
  text-decoration:underline;
  }
a:hover, a:active {
  color:#000000;
  text-decoration:none;
  }
a img {
  border-width:0;
  }


TABLE {
font-size: 1em;
}

H1 {
color: #000;
font-size: 140%;
margin: 4px;
text-align: center;
font-weight: normal;
letter-spacing: 1pt;
}

a.H1:link {color: #000000;
text-decoration: none;
font-weight: bold;
}
a.H1:visited {color: #000000;
text-decoration: none;
font-weight: bold;
}
a.H1:hover {color: #FF0066;
text-decoration: underline;
font-weight: bold;
}
a.H1:active {color: #FF0066;
text-decoration: underline;
font-weight: bold;
}

H2 {
color: #FFF;
text-align: center;
font-size: 150%;
margin: 0;
font-weight: bold;
letter-spacing: 2pt;
}

a.H2:link {color: #999933;
text-decoration: none;
}
a.H2:visited {color: #999933;
text-decoration: none;
}
a.H2:hover {color: #000000;
text-decoration: underline;
}
a.H2:active {color: #000000;
text-decoration: underline;
}

H3 {
color: #FFF;
font-size: 100%;
margin: 4px;
text-align: center;
font-weight: normal;
letter-spacing: 0pt;
}

a.H3:link {color: #CC6600;
text-decoration: none;
}
a.H3:visited {color: #CC6600;
text-decoration: none;
}
a.H3:hover {color: #FFFFFF;
text-decoration: underline;
}
a.H3:active {color: #FFFFFF;
text-decoration: underline;
}

H4 {
color: #CC6600;
font-size: 97%;
margin: 1em;
text-align: center;
font-weight: bold;
letter-spacing: 1pt;
font-variant:normal;
}
a.H4:link {color: #CC6600;
text-decoration: none;
}
a.H4:visited {color: #CC6600;
text-decoration: none;
}
a.H4:hover {color: #FFF;
text-decoration: none;
}
a.H4:active {color: #FFF;
text-decoration: none;
}


H5 {
color: #FFF;
font-size: 98%;
margin: 8px;
text-align: left;
font-weight: bold;
letter-spacing: 1pt;
}

a.H5:link {color: #000000;
text-decoration: none;
}
a.H5:visited {color: #000000;
text-decoration: none;
}
a.H5:hover {color: #990000;
text-decoration: underline;
}
a.H5:active {color: #990000;
text-decoration: underline;
}

H6 {
color: #000000;
font-size: 90%;
margin: 2px;
text-align: center;
font-weight: normal;
letter-spacing: 0pt;
}

#list-menu {
}

#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
} 

#list-menu li {
margin: 1px 0 0;
} 

#list-menu a {
display: block;
width:84px;
height:28px;
font-size:90%;
text-align:center;
letter-spacing: 0px;
padding-top: 10px;
border: 1px solid #FFFFFF;
background: #6699CC;
text-decoration: none;
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #FFFFFF;
}

#list-menu a:hover {
border: 1px solid #FFFFFF;
background: #336633;
color: #FFFFFF;
} 




.tableheader {
background-color: #D18C61;
height: 22px;
color: FFFFFF;
text-align: left;
font-size: 100%;
padding: .6em .6em .6em 4em;
margin: 0px;
font-weight: bold;
letter-spacing: 1pt;
}

.footer {
color: #333;
text-align:center;
font-size:95%;
margin: .2em;
padding: 1px;
letter-spacing: 0px;
line-height: 1.4em;
}

A.footer:link {color: #333;
text-decoration: none;
}
A.footer:visited {color: #333;
text-decoration: none;
}
A.footer:hover {color: #3399CC;
text-decoration: underline;
}
A.footer:active {color: #3399CC;
text-decoration: underline;
}

ul {
padding: 2px 1em 2px 1.2em;
}

.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 0px solid #666;
padding: 2px;
}
.floatleft
{
float: left;
margin: 0 10px 0px 10px;
border: 0px solid #666;
padding: 2px;
}