a.concert_calendar_links {
	color: #F6F652;
	text-decoration: none;
}

a.concert_calendar_links:hover {
	color: #F6F652;
	text-decoration: underline;
}

.news {
	margin-left: 5px;
	margin-right: 5px;
}

.newsHeadline {
	font-size: 1em;
	font-weight: bold;

}

.newsDate {
	font-size: 0.9em;

}

.purple {
	color: #FF00FF;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.centered {
	text-align: center;
}

.quote {
	font-style: italic;
	color: #999999;
	text-align: center;
}



.float_clearer {
	clear: both;
}

.red {
	color: #FF0000;
}	

.banner {
	position: relative;
	margin-top: 6px;
	margin-left: 6px;
	/*margin-right: 7px;*/
	width: 565px;
	min-height: 150px;
	height: auto;
}

.right {
	text-align: right;
}

.paddedImage {
	margin: 15px;
	margin-top: 0px;
}

.alpha_list {
	list-style-type: upper-alpha;
}

.healthIndex-white {
	background-color: #000000;
	color: #FFFFFF;
}

.healthIndex-green {
	background-color: #000000;
	color: #009933;
}

.healthIndex-yellow {
	background-color: #000000;
	color: #FFFF00;
}

.healthIndex-red {
	background-color: #000000;
	color: #FF0000;
}

.hidden
{
	display: none;
}

.visible
{
	display: block;
}

.centeredImage
{
	display: block;
	margin-left: auto;
	margin-right: auto;	
}
}

