.programTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 100;
	color: #BBB;
	text-decoration: none;
	line-height: 1.25;
}
.contentSubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.goldSubhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #EFB510;
}
.serifSubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #0A5122;
}


/* -------------------- Video Snippets --------------------- */

#watchMoreDiv {
	width: 150px;
	float: right;
	padding: 0;
	margin: 0;
	border: 0;
}
#watchMoreDiv ul {
	padding: 0;
	margin: 0;
	float: right;
	line-height: 0px;
}
#watchMoreDiv li {
	list-style: none;
	float: right;
}
#watchMoreDiv a {
	display: block;
	float: right;
	clear: right;
}
li>a {
	float: none;
}
li.watchMore a {
	background: url(../images/Academics/btn_WatchMore.jpg);
	background-position: 0 0;
	display: block;
	width: 150px;
	height: 28px;
	text-indent: -999999px;
	overflow: hidden;
}
li.watchMore a:hover {
	background: url(../images/Academics/btn_WatchMore.jpg);
	background-position: -150px 0;
}
