body
{
	background:				#333333;	
}

body.main
{
	background:				#FFFFFF;
}

a
{
	font-size:				20px;
	font-family:			Arial, sans-serif;
	text-decoration:		none;
	color:					#FFFFFF;
}

li
{
	font-weight:			bold;
}

a.inbody
{
	font-size:				14px;
	font-family:			Arial, sans-serif;
	text-decoration:		none;
	color:					#6688BB;
	font-weight:			bold;
}

td
{
	font-size:				14px;
	font-family:			Arial, sans-serif;
	color:					#333333;
}

span
{
	font-size:				16px;
	font-family:			Arial, sans-serif;
	font-weight:			bold;
	color:					#BBBBBB;
}

span.small
{
	font-size:				12px;
	font-weight:			normal;
}

span.header
{
	font-size:				40px;
	font-family:			Arial, sans-serif;
	color:					#CCCCCC;
}

a:hover
{
	color:					#AAAAAA;
}

a.inbody:hover
{
	font-size:				14px;
	font-family:			Arial, sans-serif;
	text-decoration:		none;
	color:					#CCCCCC;
}

td.main
{
	background:				#FFFFFF url('images/fade.gif') top repeat-x;
}

.bold
{
	font-weight:			bold;
}

span.bold
{
	color:					#666666;
}

div.menu
{
	display:				none;
	color:					#DDDDDD;
}

.error
{
	color:					#CC0000;
	font-size:				12px;
	font-weight:			normal;
}

.success
{
	color:					#00CC00;
	font-size:				12px;
	font-weight:			normal;
}

