@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	text-align: left;
}

td {
	vertical-align: top;
}
h1 {
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
h2 {
	font-size: 11px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: 11px;
	color: #CC0000;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
h4 {
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	padding-top: 10px;
}
.thumbspacing {
	padding-right: 10px;
	padding-bottom: 10px;
}
.partspacing {
	padding-left: 10px;
	padding-bottom: 10px;
}

.thumbshirt {
	padding-bottom: 10px;
	padding-left: 10px;
}
.shirtcontent {
	padding-top: 10px;
}
.bg {
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;
}

.contentbg {
	background-image: url(../imgs/contentborder.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}
.contentspacing {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 5px;
}
.eventspacing {
	padding-right: 30px;
}

.footer {
	font-size: 10px;
	text-align: center;
	padding-bottom: 5px;
}

.button {
	color: #FFFFFF;
	background-color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.form2 {
	padding-bottom: 5px;
	vertical-align: middle;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}
.formtext {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
.redline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DD0000;
	margin-top: 5px;
	padding-top: 5px;
}

