html body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	overflow: hidden;
}

img
{
	border: 0px;
}

.jsas
{
	position: absolute;
	padding-top: 200px;
	text-align: center;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}

.mainTable
{
	width: 100%;
	height: 100%;
}

td
{
	vertical-align: top;
}

.fullWidth
{
	width: 100%;
	height: 100%;
}

.header
{
	height: 55px;
	width: 100%;
	color: #889743;
	font-size: x-large;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.fullVideoList
{
	position: absolute;
	top: 162px;
	left: 20;
}

.fullVideoList a
{
	color: #FFFFFF;
	text-decoration: none;
}

.fullVideoList a:hover
{
	text-decoration: underline;
}

.menuCell
{
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
}

.textCell
{
	width: 200px;
	font-size: 10pt;
}

.verticalSpacer
{
	height: 2px;
}

.descriptionPage
{
	width: 100%;
	height: 100%;
	border-width: 0;
	display: block;
	margin: 0;
	padding-left: 0px;
	border-top: solid 3px #A27FB5;
	border-left: solid 3px #A27FB5;
}

iframe
{
	height: 100%;
	width: 100%;
}

.footer
{
	height: 25px;
	width: 100%;
	bottom: 0px;
	vertical-align: bottom;
	background-color: Black;
	color: White;
	font-family: Arial;
	font-size: 12px;
}

.footer a
{
	color: White;
}

.footer img
{
	vertical-align: middle;	
}

.footerRow
{
	vertical-align: bottom;
	height: 25px;
}

.video
{
	vertical-align: top;
}

.videoHeader
{
	height: 50px;
	vertical-align: bottom;
}

a
{
	color: #000000;
	text-decoration: none;
}