.formTD {
	background-image: url(../img/form_bkgd.gif);
	background-repeat: repeat-y;
	padding-left: 16px;
	padding-right: 16px;
}
#columnRight {
	margin-top: 115px;
	margin-left: 125px;
}
.versus {
	color: #DE9BC2;
}
.disclaimer {
	border: 1px solid #FFFFFF;
}
.disclaimer td {
	font-size: 10px;
	color: #DE9BC2;
}
.footer {
	background-image: url(../img/bkgdfooter.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #DE9BC2;
	font-size: 10px;
}
a:link, a:active, a:visited {
	color: #DE9BC2;
	text-decoration: underline;
}

.main {
	background-image: url(../img/bkgdmast.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.intro {
}
.intro td {
	color: #6C0741;
	padding-top: 225px;
	font-size: 12px;
}
input[type="text"] {
	background-image: url(../img/field_bkgd.gif);
	background-repeat: repeat-x;
	height: 22px;
	width: 100%;
	border: 1px solid #ADB7C3;
}

select {
	background-image: url(../img/field_bkgd.gif);
	background-repeat: repeat-x;
	height: 22px;
	width: 100%;
	border: 1px solid #ADB7C3;
}
ul {
	margin-left: 0em;
	padding-left: 0em;
	display: block;

}
a:hover {
	color: #DE9BC2;
	text-decoration: none;
}

