/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body {
	background:#E6E6CC;
	background:url('/images/palesand.gif')
	font-family:'century gothic', tahoma, sans-serif;
	text-align: center;
	color:#333333;
}

body /* Mozilla Firefox alignment */
{
text-align: -moz-center;
}

a:link, a:visited {
	color:#336699;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color:#333333;
	text-decoration:underline;
	}

td {
	font-family:'century gothic', tahoma;
	font-size:10pt;
	text-align:left;
	color:#333333;
}
	
#copyright
	{
	font-family:'century gothic', tahoma, sans-serif;
	font-size:70%;
	color:#666666;
	text-align:center;
	}