/* CSS Document */

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	padding: 0;
	background-color: #FC6;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	top: 0px;
	margin-top: 0;
}

body, td, th
{
	text-align: center;
	color: #FFF;
	font-size: 12px;
}

a:link {
	color: #FC6;
}
a:visited {
	color: #FC6;
}
a:active {
	color: #FC6;
}

#TopLinks
{
	text-align: center;
	background-color: #000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}
	#TopLinks a:link, #TopLinks a:visited
	{
		text-decoration: none;
		color: #FFF;
	}
	#TopLinks a:active, #TopLinks a:hover
	{
		text-decoration: underline;
		color: #FFF;
	}

#BottomLinks
{
	text-align: center;
	text-decoration:none;
	font-size: 10px;
	color: #FFCC66;
	bottom: 10px;
}
	#BottomLinks a:link, #BottomLinks a:visited
	{
		text-decoration: none;
		color:#FFF;
	}
	#BottomLinks a:active, #BottomLinks a:hover
	{
		text-decoration: underline;
		color: #FFF;
	}