/* @group <h2> */

#contentDeck h2.hdr {
	height: 24px;
	text-indent: -9999px;
	display: block;
	padding: 0;
	margin-bottom: 10px;
}

#contentDeck h2.maintenance {
	background: url(images/hdr_maintenance.png) 0 0 no-repeat;
	width: 182px;
}

#contentDeck h2.latestnews {
	background: url(images/hdr_latestnews.png) 0 0 no-repeat;
	width: 158px;
}

#contentDeck h2.video {
	background: url(images/hdr_video.png) 0 0 no-repeat;
	width: 91px;
}

#contentDeck h2.recentnews {
	background: url(images/hdr_recentnews.png) 0 0 no-repeat;
	width: 172px;
}

#contentDeck h2.notices {
	background: url(images/hdr_notices.png) 0 0 no-repeat;
	width: 172px;
}

#contentDeck h2.pastevents {
	background: url(images/hdr_pastevents.png) 0 0 no-repeat;
	width: 172px;
}

/* @end */