/* CSS Document */


/* POSITION: =Page-Display
---------------------------------------------------- */


body {
	background-color: #201c18;
}

.whiteBackground
{
    background-color: #ffffff;
}


/* BODY: =Page-Display
---------------------------------------------------- */

.mainText
{
	font-size: 11px;
	color: #8c8c8c;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

.copyright    {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}