/* CSS Document */
body	{
	background-color: #000000;
	}
table.header	{
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	height: auto;
	border: 3px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	}
table.news	{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	height: auto;	}
div.links	{
	background-color: #FFFFFF;
	padding: 3px;	}
td.menu		{
	background-color: #000000;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	text-align: left;
	width: 162px;
	}
td.ads	{
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	width: 162px;
	background-color: #FFFFFF;
	}
td.pagehead	{
	text-align: right;
	font-style: italic;
	font-size: 22pt;
	}
a:link	{
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
		}
a:hover	{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
		}
a:active	{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
		}
a:visited	{
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
		}
a.email:link	{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	}
a.email:hover	{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
		}
a.email:active	{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
		}
a.email:visited	{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	}
img		{
	border: 0px;
	}
