/* CSS Document */
body {
	background-color: #CCC;
}

a {
	text-decoration: none;
	color: #7E3D9B;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

p, td {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #7E3D9B;
}

h2 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14pt;
}

h3 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: #7E3D9B;
}

h4, h5, h6 {
	font-weight: bold;
	font-size: 12pt;
	color: #7E3D9B;
}

caption {
	font-weight: bold;
	font-size: 12pt;
	color: #7E3D9B;
}

ul {
	font-size: 11pt;
}
ol {
	font-size: 11pt;
}
.sponsorhead {
	font-size: 18pt;
	font-weight: bolder;
	color: #ffffff
}
.sponsorlevel {
	font-weight: bold;
	font-size: 16pt;
	color: #C02026;
}
.bold-red {
	font-weight: bold;
	color: #FF0000;
}
