body {
	background-color: #000000;
	margin: 0px;
}
p, td {
	margin-top: 0px;
	margin-bottom: 0px;
}
.borderRedRight {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FF0000;
	background-color: #FFFFFF;
}
.borderRedLeft {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF0000;
	background-color: #FFFFFF;
}
.borderRedTop {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FF0000;
	background-color: #FFFFFF;
}
.borderRedBottom {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	background-color: #FFFFFF;
}
.contentPane {
	background-color: #FFFFFF;
}
h1 {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-image: url(assets/runner.jpg);
	background-repeat: no-repeat;
	background-position: 363px -5px;
	padding-bottom: 5px;
	margin-top: 5px;
	padding-right: 32px;
}
.fastLink {
	font-family: Arial;
	font-size: 11px;
	margin-right: 8px;
	margin-left: 12px;
}
.shadowRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A4A4A4;
}
.footer {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 9px;
	color: #FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:active {
	color: #FF0000;
	text-decoration: underline;
}

.fastLink a:link {
	color: #FF0000;
	text-decoration: none;
}
.fastLink a:visited {
	color: #990000;
	text-decoration: none;
}
.fastLink a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.fastLink a:active {
	color: #000000;
}

h2 {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: url(assets/heading_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	width: 375px;
}
.textMain {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 12px;
	color: #000000;
	margin-bottom: 5px;
	/* width: 398px; */
}
.textForm {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 11px;
	color: #000000;
	background-color: #EFEFEF;
	border: 1px dotted #999999;
}
.imgBordered {
	border: 1px solid #000000;
	margin: 3px;
}
.sponsor {
	margin-right: 6px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.sponsorText {
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #CACACA;
	text-align: center;
	margin-top: 12px;
}
.footer img {
	margin-top: 2px;
}
