	body
	{
	background: #023908;
	color: #ffffff;
	padding: 0px;
	font-family: "Arial", "Helvetica", "Verdana", "Times New Roman";
	font-size: 14px;
	}

	#top
	{
	background: #023908;
	text-align: center;
	margin:0px 0px 0px 0px;
	padding:10px;
	}

	#content
	{
	position: absolute;
	width: 70%;
	left: 15%;
	right: 15%;
	}

	b.bottom
	{
	font-size: 10px;
	text-align: center;
	}

	a.menuButton
	{
	font-family: "Verdana", "Times New Roman", "Arial";
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	cursor: pointer;
	text-decoration: none;
	margin: 1px;
	padding: 2px 6px 2px 6px;
	position: relative;
	z-index: 100;
	}

	a.menuButton:hover
	{
	background-color: transparent;
	color: #ffffff;
	left: 1px;
	top: 1px;
	}

	strong
	{
	font-size: 14pt;
	}

	a:link{color: #CCFF80}
	a:visited{color: #999999}
	a:active{color: red}

	b.heading
	{
	font-size: 16px;
	text-decoration: underline;
	}

	b.yellow
	{
	color: yellow;
	}
