.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align:justify;
}
.blueheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0078B7;
	font-weight: bold;
}
.blueheadingSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0078B7;
	font-weight: bold;
	text-decoration: none;
}
.linespacer {
	background-image: url(Images/General/LineSpacer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.linespacerRight {
	background-image: url(Images/General/LineSpacerRight.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

a:link {
	text-decoration:none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0078B7;	
}

a:hover {
	text-decoration:none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0078B7;
	font-weight: bold;	
}

a:visited {
	text-decoration:none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0078B7;	
}

#ScrollBar{
	
	overflow:auto;  
	height:400px;
	padding-right:0px; 
	padding-left:0px; 
	padding-top:5px; 
	padding-bottom:10px; 
	width:300px;
}

#container {
	position:relative;
	width:100%;
	
}

#videoImagesBG {
	position:absolute;
	z-index:1;
	
}

#videoImages {
	position:absolute;
	margin-top:-90px;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	z-index:2;
}

#formfusionboxA{
	position:absolute;
	z-index:3;
	width:300px;
	margin-top:366px;
	margin-left:5px;
}

#viewvideo a{
	font-size:12px;
	line-height:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	background-color:#0078B7;
	color:#FFF;
	
}