/* ////// GLOBAL ////// */

body {
	background-color: #000000;
	margin-top: 10px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

a:active {
	text-decoration: none;
	color: #999999;
}

.mainNav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

.bodyText a:link {
	color: #000000;
	text-decoration: underline;
}

.bodyText a:visited {
	color: #000000;
	text-decoration: underline;
}

.bodyText a:hover {
	color: #999999;
	text-decoration: underline;
}

.bodyText a:active {
	color: #999999;
	text-decoration: underline;
}


.titleText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight:bold;
}

.videoText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.videoText a:link {
	color: #000000;
	text-decoration: underline;
}

.videoText a:visited {
	color: #000000;
	text-decoration: underline;
}

.videoText a:hover {
	color: #999999;
	text-decoration: underline;
}

.videoText a:active {
	color: #999999;
	text-decoration: underline;
}

