/* CSS Document */

BODY{
	font-family 		: Arial, Helvetica, sans-serif;
	padding				: 0px;
	margin				: 40px;
	background-color	: #3C3C3C;
	color				: #666666;
	font-size:12px;
	line-height: 13pt
}


.linkwhitebold {
	font-family 		: Arial, Helvetica, sans-serif;
	font-weight 		: bold;
	font-size			: 12px;
	color				: #FFFFFF;
	text-decoration		: none;
}
.linkwhitebold:visited {
	color				: #FFFFFF;
	text-decoration		: none;
}
.linkwhitebold:hover {
	color				: #000000;
	text-decoration		: none;
}
.linkwhitebold:active {
	color				: #FFFFFF;
	text-decoration		: none;
}

.greylink {
	font-family 		: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #666666;
	text-decoration		: underline;
}
.greylink:visited {
	color				: #666666;
}
.greylink:hover {
	color				: #000000;
	text-decoration		: none;
}
.greylink:active {
	color				: #666666;
}

.input {
	color				: #000000;
	border				: solid #000000 1px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 15px;
	width				: 150px;
	margin-left			: 10px;
}
.basicinput {
	color				: #000000;
	border				: solid #000000 1px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	padding:2px;
}

.pagetext {
	color				: #333333;
	font-family 		: Arial, Helvetica, sans-serif;
	font-size			: 14px;
	text-decoration		: none;
}

.currentpage {
	color				: #000000;
	font-family 		: Arial, Helvetica, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	text-decoration		: none;
}

.pagelinks {
	color				: #333333;
	font-family 		: Arial, Helvetica, sans-serif;
	font-size			: 14px;
	text-decoration		: none;
}
.pagelinks:hover {
	color				: #B1220F;
	font-family 		: Arial, Helvetica, sans-serif;
	font-size			: 14px;
	text-decoration		: none;
	font-weight			: bold;
}

.accountmenulink {
	color				: #000000;
	background-color	: #E4E4E4;
	font-family 		: Arial, Helvetica, sans-serif;
	font-size			: 13px;
	text-decoration		: none;
	border				: solid 1px #666666;
	padding				: 3px;
	font-weight			: bold;
	margin-right		: 5px;
}
.accountmenulink:hover {
	color				: #B1220F;
}

.clubtitle {
	color				: #25b216;
	font-family 		: Arial, Helvetica, sans-serif;
	font-size			: 20px;
	text-decoration		: none;
	font-weight			: bold;
}

.bigtitle {
	color				: #333333;
	font-family 		: Arial, Helvetica, sans-serif;
	font-size			: 20px;
	text-decoration		: none;
	font-weight			: bold;
}

.box {
	border				: 1px solid #F4F4F4;
}

.buybox {
	border				: 1px solid #99CC66;
}

.redbox {
	border				: 1px solid #F3633F;
}

.bluebox {
	border				: 1px solid #9DCADF;
}


.redlink {
	font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size			: 12px;
	text-decoration		: none;
	color				: #CC3300;	
}
.redlink:visited {
	color				: #CC3300;
	text-decoration		: none;
}
.redlink:hover {
	color				: #333333;
	text-decoration		: none;
}
.redlink:active {
	color				: #CC3300;
	text-decoration		: none;
}


.greenlink {
	font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size			: 12px;
	text-decoration		: none;
	color				: #CC3300;	
}
.greenlink:visited {
	color				: #CC3300;
	text-decoration		: none;
}
.greenlink:hover {
	color				: #333333;
	text-decoration		: none;
}
.greenlink:active {
	color				: #CC3300;
	text-decoration		: none;
}

.whitetext {
	font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size			: 12px;
	text-decoration		: none;
	color				: #FFFFFF;	
}
.darktext {
	font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size			: 12px;
	text-decoration		: none;
	color				: #333333;	
}
.smalltext {
	font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size			: 11px;
	text-decoration		: none;
	color				: #CC3300;	
}

.smallbutton {
	color				: #333333;
	border				: solid #000000 1px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	padding				: 3px;
	height				: 22px;
}

.submitgreen {
	color				: #000000;
	border				: solid #000000 1px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	padding				: 3px;
	background-color	: #99CC66;
	height				: 25px;
	font-weight:bold;

}
.submitgreen:visited {
	background-color	: #666666;
	text-decoration		: none;

}
.submitgreen:hover {
	text-decoration		: none;
	background-color	: #9DCADF;
}
.submitgreen:active {
	text-decoration		: none;
}


.redbutton {
	color				: #FFFFFF;
	background-color	: #B30000;
	font-family 		: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	text-decoration		: none;
	border				: solid 1px #FFFFFF;
	padding				: 3px;
	font-weight			: bold;
	margin				: 2px;
}
.redbutton:hover {
	background-color	: #333333;
}