/*** GREEN THEME ***/
.ThemeBackground {
	background-color: #009900;
}
.HeaderOptionsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}
.SectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #009900;
}
.ThemeContent {
	color: #009900;
}
.ThemeDottedLineHorizontal {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;	
}
a.ContentThemeHyperlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#006600;
	text-decoration:underline;
}
a.ContentThemeHyperlink:hover {
	color:#009900;
	text-decoration:none;
}
/***********************/

/* style for video player */
#mainMovieHolder {
	float: left;
	margin: 0 10px 10px 0;
	width: 373px;
}
