/*Generic classes*/
html body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
	font-family: Arial;
	font-size: 12px;
	overflow: hidden;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
}

td
{
	vertical-align: top;
}

.jsas
{
	position: absolute;
	padding-top: 200px;
	text-align: center;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}

.videoTable
{
	font-size: 12px;
	height: 100%;
	width: 100%;
}

.video
{
	height: 100%;
	width: 100%;
}

/*Footer classes*/
.footer
{
	background-color: #000000;
	width: 100%;
	color: #ffffff;
	font-size: 12px;
}

.footer img
{
	border: 0;
	vertical-align: middle;
}

.footer a
{
	color: #ffffff;
	text-decoration: none;
}

.title
{
	height: 20px;
	color: White;
	font-size: 16px;
	font-weight: bold;
}

.movieCell
{
	height: 100%;
	width: 100%;
	vertical-align: top;
	padding-right: 5px;
}

.textCell
{
	height: 100%;
	width: 255px;
}

.projectTitle
{
	font-size: 16px;
	font-weight: bold;
}

.videoTitle
{
	color: White;
	background-color: Black;
}

.showHideButton a
{
	background-color: Black;
	width: 16px;
}