body
	{
	color: #efefef;
	font-family: Verdana, Geneva, Arial, sans-serif;
/*	font-family: tahoma; */
	background-color: #000000;
	text-align: center;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	}

div, p, th, td, li, dd, dl, dt
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	/* redundant selectors to help NS4 not forget */
    }

a:link
	{
/*	color: #799FCD; */
	color: #ffd700;
	background-color: transparent;
	text-decoration: underline;
	}
a:visited
	{
/*	color: #B7E5FF; */
	color: #ffd700;
	background-color: transparent;
	text-decoration: underline;
	}
a:active
	{
/*	color: #000000; */
	color: #ffd700;
	background-color: transparent;
	text-decoration: none;
	}
a:hover
	{
/*	color: #B7E5FF; */
	color: #ffd700;
	text-decoration: underline;
	}
.font10
	{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 10px;
	visibility: visible;
	}
.font12
	{
	padding-top: 3px;
	text-align: left;
	font-size: 11pt;
	line-height: 16px;
	margin-left: 3px;
	visibility: visible;
	}
.pageheader
	{
	padding-top: 5px;
	color: #ffd700;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	visibility: visible;
	}
.indexpageheader
	{
	padding-top: 5px;
	color: #ffd700;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	visibility: visible;
	}
.subheader
	{
	padding-top: 3px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	margin-left: 3px;
	visibility: visible;
	}
.footer        
	{
	color: #696969;
	font-size: 9px;
	line-height: 15px;
	text-align: center;
	visibility: visible;
	}
