body
{
	font-family:Arial, Sans;
	font-size:10pt;
	padding:0px;
	margin:0px;
	color:#ffffcc;
	background-color:#565d6e;
	background-image:url(../siteGFX/bodyBG.jpg);
	background-repeat:repeat-x;
}

a:link
{
	text-decoration:none;
	color:#ffffcc;
	font-weight:bold;
}

a:visited
{
	text-decoration:none;
	color:#ffffcc;
	font-weight:bold;
}

a:hover
{
	text-decoration:underline;
	color:#ffffcc;
	font-weight:bold;
}

a:active
{
	text-decoration:none;
	color:#ffffcc;
	font-weight:bold;
}

ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}