@charset "UTF-8";
.text-white-lg {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #FFF;
}
.text-white-18 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FFF;
}
.text-white-spaced {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
}
.text-videocaptions {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #F092CF;
	font-weight: bold;
}
.text-thumbcaptions {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FFF;
}
.text-greysmall {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #333;
}
a:link {
	color: #F092CF;
	text-decoration: none;
}
a:active {
	color: #F092CF;
	text-decoration: none;
}
a:visited {
	color: #F092CF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
}
a.blue:link {
	color: #03C;
	text-decoration: underline;
}
a.blue:hover {
	color: #C09;
	text-decoration: none;
}
