@charset "ISO-8859-1";
.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.breadCrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #333333;
}

.videoDiv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	visibility: inherit;
	z-index: 100;
	height: 100%;
	width: 100%;
	position:absolute;
	overflow: auto;
	left: 0px;
	top: 0px;
	background-image: url(images/videobg.png);
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
	}
