@charset "utf-8";

.VideoSubHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.VideoHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.NowPlaying {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#CC0000;
	vertical-align: 4px;
}


.MediaRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.MediaRow a:link { 
	text-decoration : none;
	color:#000000;
}

.MediaRow a:visited { 
	text-decoration : none;
	color:#000000;
}

.MediaRow a:hover { 
	text-decoration:underline;
	color:#000000;
}

.MediaRow a:active { 
	text-decoration : none;
	color:#000000;
}
