body
{
	font-size: 100%;
	background-color: #fff;
	margin: 0 auto;
	font-family: Arial, Verdana, "Myriad Roman", Helvetica;
	zoom: 80%;
}
A:link
{
    color: #C2C2C2;
    text-decoration: none
}
A:visited
{
    color: #C2C2C2;
    text-decoration: none
}
A:hover
{
    color: #C2C2C2;
    text-decoration: underline
}
A:active
{
    color: #C2C2C2;
    text-decoration: none
}
h1
{
    font-size: 1.2em;
	color: #ccc;
}
h2
{
    font-size: 1.1em;
	color: #ccc;
}
h3
{
    font-size: 1em;
	color: #ccc;
}
h4
{
    font-size: .9em;
	color: #ccc;
}
#contentarea
{
    width: 751px;
	background-color: #3E3D3E;
	font-size: .75em;
	color: #fff;
}
#tablefont
{
	font-size: 1em;
	color: #fff;
}
#paddedarea
{
    padding: 20px;
	width: 390px;
	float: left;
	text-align: left;
	background-color: #3E3D3E;
}

#sidelinks
{
    padding: 0;
	float: left;
	text-align: center;
	font-size: .9em;
	color: #ccc;
	background-color: #3E3D3E;
	height: 100%;
}
#sidelinks a
{
	color: #ccc;
}


#footer
{
	clear: both;
	text-align: center;
	font-size: .7em;
	padding: 20px;
	color: #000;
}