.menubackground {
	background-image: url(images/paintball_02.jpg);
	background-repeat: no-repeat;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 16px;
	color: #ffcc33;
	text-decoration: none;
}
.mainbackground {
	background-image: url(images/paintball_03.jpg);
	background-repeat: no-repeat;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.greenheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.paintbackground {
	background-image: url(images/paintball.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.paintbackgroundblue {
	background-image: url(images/bluepaint.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.paintbackgroundyellow {
	background-image: url(images/yellowpaint.gif);
	background-repeat: no-repeat;
	background-position: left center;
}.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #473E35;
	border-right-color: #473E35;
	border-bottom-color: #473E35;
	border-left-color: #473E35;
}
.boldblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
body, table, td {
	font-family: Arial, Helvetica;
	font-size: 9pt;
}
input, select, option, textarea {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
}
#action,
.action {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#action:hover, 
.action:hover {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.title {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}
.error {
font-family: Arial, Helvetica;
	font-size: 8pt;
	color: red;

}
.boldblackbigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menubackgroundgallery {
	background-image: url(images/gallerynewb.jpg);
	background-repeat: no-repeat;
}