body{
	height:100%;
	margin: 0pt;
}
#backgroundCover {
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 1;
	width: 100%
	height: 100%;
	background-color: black;
	border: 0px solid #696969;
	display: none;
}
#videoBox{
	position: absolute !important;
	top: expression( ie6 = (document.documentElement.scrollTop + "px") )
	z-index: 50;
	width: 640px;
	height: 360px;
	background-color: #ffffff;
	display: none;
	border: 3px solid #004B99;
}
#welcomeBox{
	position: absolute !important;
	top: expression( ie6 = (document.documentElement.scrollTop + "px") )
	z-index: 50;
	width: 480px;
	height: 360px;
	background-color: #ffffff;
	display: none;
	border: 3px solid #004B99;
}
td.category{
	padding-top:10px;
	font-size: 14px;
	font-weight: bold;
	color: #004B99;
}
td.entry{
	padding-left:15px;
}
a.entry{
	cursor: pointer;
}