@charset "UTF-8";
body {
	background-color: #fff;
	text-align: left;
	vertical-align: top;
	color: #000;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
.videoWindow {
	top: 57px;
	left: 72px;
	position: absolute;
	z-index: 3;
}
.overlay {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}
