body
{
	background-color: #000000;
	margin: 4;
}

.header
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F0F0F0;
}


.text
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #F0F0F0;
}

.small
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #F0F0F0;
}

a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #D00000;
}

a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #D00000;
}

select
{
	background-color: #404050;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #F0F0F0;
}
