/* 
{
	font-family			: Arial;
	font-size			: 14px;
	color				: #000000;
}

body 
{ 
	background			: url() no-repeat #ffffff; 
	margin				: 0; 
	padding				: 0; 
}

a:link 
{
	text-decoration		: none;
	color				: #0033cc;
}

a:visited 
{
	text-decoration		: none;
	color				: #0033cc;
}

a:hover 
{
	text-decoration		: underline;
	color				: #0066ff;
}

#flashWrapper 
{
	position			: absolute;
	top					: 50%;
	left				: 50%;
	margin-top			: -310px;
	margin-left			: -475px;
}

#footer 
{
	padding-top			: 30px;
	border				: 0;
}

.clearer
{
	margin-top 			: -1px;
	font-size 			: 0;
	clear 				: both;
	height 				: 0;
}
*/