body
{
	background-color: #101010;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
}

/* Text styles */

.small
{
	font-size: 8pt;
	line-height: 11pt;
}

.header1
{
	font-size: 12pt;
}

.header2
{
	font-size: 9pt;
	font-weight: bold;
	
}

.playGameHeader
{
	font-size: 14pt;
	font-weight: bold;
	line-height: 20pt;
	text-align: left;
}

a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* Table styles */

.mainTable
{
	vertical-align: top;
}

.menuCell
{
	background-image: url("images/design/menu_background.gif");
}

.contentCell
{
	vertical-align: top;
	text-align: justify;
	background-image: url("images/design/content_background.gif");
}

.registerBackground
{
	background-image: url("images/content/register_image.png");
	background-repeat: no-repeat;
}

