/* CSS Document */

body {
margin: 1;
padding: 1;
font-family: verdana, tahoma, arial;
color: #cccccc;
background: #000000;}

/* redundant selectors to help NS4 not forget */
p, td, h1, h2, ol, li, {
font-family:  verdana, tahoma, arial;
background-color: transparent;}

h1 {
font-size: 16px;
color: #cccccc;
font-weight: bold;
text-align: center;}

h2 {
font-size: 11px;
font-weight: bold;}

p {
font-size: 11px; 
font-weight: normal;
margin-top: 0;
padding-top: 0;
line-height: 1.5em;
margin: 10px 10px 0px 10px;}

.emp  {
font-weight: normal;
font-size: 10px;
color: #ffcc99}

.emp2  {
font-weight: bold;
font-size: 10px;
color: #ff0000;} 

.bullet {
font-weight: normal;
font-size: 11px;
color: #0099cc;} 

td {
font-weight: normal;
font-size: 11px;}

.BotNav  {
font-weight: normal; 
font-size: 10px; 
line-height: 1.3em;
color: #999999;}

a {
font-weight: normal;
color: #cccccc;
font-size: 11px;
text-decoration: underline;}

a:hover {
color: #ffffff;} 

a.BotNav  {
font-weight: normal;
font-size: 10px;
color: #999999;
line-height: 1.3em;
text-decoration: underline;}

a.BotNav:hover { 
color: #cccccc;
text-decoration: underline; }

/* turns off gaps around images */
img	{
border: 0}

ul{
list-style-type:square;
font-weight: normal;
font-size: 11px; 
color: #000000;
line-height: 1.5em;
font-style: italic;} 