body
{
	background-color:	#294231;
	font-family: 		tahoma, verdana, sans-serif;
	font-size: 		12px;
	color:			#ffffff;
	margin: 		0px;
}


a:link
{
	font-weight:		bold;
	text-decoration:	underline;
	color:			#BFBFBF;
}

a:visited
{
	font-weight:		bold;
	text-decoration:	underline;
	color:			#BFBFBF;
}

a:active
{
	font-weight:		bold;
	text-decoration:	underline;
	color:			#A3A3CC;
}

a:hover
{
	font-weight:		bold;
	text-decoration:	underline;
	color:			#BFB59B;
}

.header
{
	position:absolute;	left:0px;top:0px;
	width:			100%;
	height:			116px;
	background-color:	#294231;
	background-image:	url('http://www.rpfanatic.com/header.png');
	background-repeat:	repeat-x;
	margin: 		0px;
}
.textbox
{
	color:			#000000;
	background-color:	#FFFFFF;
	border-style:		solid;
	border-color:		#000000;
	border-width:		2px;
	padding:		10px;
	width:			400px;
}
