body
{
	background-color:	#000000;
}

table
{
	font-family: 		Verdana;
	color:				#FFFFFF;
	font-weight:		bold;
	font-size:			10;

	border-top: 		2px solid #330101;
	border-bottom: 		2px solid #330101;
	border-left: 		2px solid #330101;
	border-right: 		2px solid #330101;
}

td.top
{
	border-bottom: 		2px solid #330101;
}

td.menu
{
	background-color:	#4C0101;
}

td.main
{
	border-top: 		2px solid #330101;
	background-color:	#190000;
}

td.copyright
{
	border-top: 		2px solid #330101;
	background-color:	#4C0101;
}

td.userlist
{
	border-top: 		2px solid #330101;
	border-right: 		2px solid #330101;
	background-color:	#190000;
}

div.title
{
	border-top: 		2px solid #330101;
	border-bottom: 		2px solid #330101;
	background-color:	#4C0101;
	height:				12;
}

a:link
{
	color: 				#FFFFFF;
	text-decoration:	none;
}

a:visited
{
	color: 				#FFFFFF;
	text-decoration:	none;
}

a:active
{
	color: 				#660101;
	text-decoration:	none;
}

a:hover
{
	color: 				#660101;
	text-decoration:	none;
}

input
{
	font-family: 		Verdana;
	color:				#FFFFFF;
	font-weight:		bold;
	font-size:			10;

	border-top: 		2px solid #330101;
	border-bottom: 		2px solid #330101;
	border-left: 		2px solid #330101;
	border-right: 		2px solid #330101;
	background-color:	#4C0101;
	width:				200;
}

input.radio
{
	width:				20;
	border-top:			0px;
	border-bottom:		0px;
	border-left:		0px;
	border-right:		0px;
}

select
{
	font-family: 		Verdana;
	color:				#FFFFFF;
	font-weight:		bold;
	font-size:			10;

	border-top: 		2px solid #330101;
	border-bottom: 		2px solid #330101;
	border-left: 		2px solid #330101;
	border-right: 		2px solid #330101;
	background-color:	#4C0101;
	width:				200;
}

textarea
{
	font-family: 		Verdana;
	color:				#FFFFFF;
	font-weight:		bold;
	font-size:			10;

	border-top: 		2px solid #330101;
	border-bottom: 		2px solid #330101;
	border-left: 		2px solid #330101;
	border-right: 		2px solid #330101;
	background-color:	#4C0101;

	width:				300;
	height:				200;
}