@charset "utf-8";
/* CSS Document */

.sponsorclass {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}

.sponsor {
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #050957;
}

.sponsor a{
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #050957;
	text-decoration:none;	
}

#platinum {
	color:#BABC8B;
}

#gold {
	color:#FFCC33;
}

#silver {
	color: #999999;
}

#bronze {
	color: #CC9933;
}
