@charset "utf-8";
.sponHeadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.sponText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.sponSubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.sponPlatinum {
	text-align: left;
	vertical-align: top;
	width: 250px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;
}
.sponGold {
	text-align: left;
	vertical-align: top;
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;
}
.sponSilver {
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;
}
.sponLink {
	color: #333333;
	text-decoration: none;
}
.sponLink:hover {
	color: #333333;
	text-decoration: line-through;
}

.sponBronze {
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	width: 200px;
}
