body
{
	background-color:	#000000;
	font-family:		tahoma, arial, sans-serif;
	font-size:			12px;
	color:				#808080;
	margin:				0px;
}
div.top
{
	background-image:	URL("images/top.gif");
	background-repeat:	no-repeat;
	margin-left:		auto;
	margin-right:		auto;
	width:				700px;
	height:				374px;
}
div.content
{
	background-image:	URL("images/bg.jpg");
	margin-left:		auto;
	margin-right:		auto;
	width:				455px;
}
div.contentText
{
	margin-left:		auto;
	margin-right:		auto;
	width:				415px;
	padding-left:		20px;
}
div.title
{
	font-size:			20px;
	font-weight:		bold;
	width:				415px;
	text-align:			center;
	position:			relative;
	top:				-30px;
}
div.bottom
{
	background-image:	URL("images/bottom.gif");
	background-repeat:	no-repeat;
	margin-left:		auto;
	margin-right:		auto;
	width:				456px;
	height:				155px;
}
div.menu
{
	position:			relative;
	top:				287px;
	left:				128px;
	width:				445px;
	text-align:			center;
}
input
{
	background-color:	transparent;
	border:				1px solid #C0C0C0;
	color:				#FFFFFF;
	padding:			2px;
	margin-bottom:		1px;
}
textarea
{
	background-color:	#000000;
	border:				1px solid #C0C0C0;
	color:				#FFFFFF;
	padding:			2px;
	margin-bottom:		1px;
}
input.adminSubmitter
{
	background-color:	#000000;
	color:				#808080;
}
input.adminSubmitter2
{
	background-color:	#808080;
	color:				#000000;
}
table.adminEdit
{
	border:				1px solid #C0C0C0;
	padding:			1px;
}
td.adminLeft
{
	text-align:			left;
	font-weight:		bold;
}
td.adminRight
{
	text-align:			left;
	font-weight:		bold;
}
td.adminSubmit
{
	text-align:			center;
}
table.post
{
	border:				1px solid #C0C0C0;
	padding:			1px;
	width:				100%;
}
td.post1
{
	background-color:	#909090;
	color:				#FFFFFF;
	text-align:			center;
	vertical-align:		text-top;
}
td.post2
{
	background-color:	#F0F0F0;
	text-align:			center;
	vertical-align:		text-top;
}
a
{
	text-decoration:	none;
	color:				#C0C0C0;
}
a:hover
{
	text-decoration:	underline;
	color:				#A0A0A0;
}