/* IE6/7/8 - Must be first */  
@font-face {  
	font-family: TrackMan;  
	src: url( Font/dincond.eot );  
}  
 
/* FFx3.5/Safari/Op10 - Next */  
@font-face {  
	font-family: TrackMan;  
	src: url( Font/dincond.ttf ) format("truetype"); 
} 
 
.screen-text {
	text-align: center;
	width: 215px;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
}
 
.big-screen-text {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.center {
	text-align: center;
}

.quote {
	text-align: center;
	margin: 20px;
	margin-left: 25px;
}

.quote-text {
	text-align: center;
	color: #f19400;
	font-size: 12px;
}

.float-right {
	float: right;
	margin-left: 15px;
}

.clear-both {
	clear: both
}

.databg {
	background:transparent url(../data-bg.png) repeat-x scroll left top;
	background-color: #d6d7d9;
	min-height: 134px;
	
	padding: 10px 10px 10px 10px;
	
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}

.databg p {
	color: black;
}

.data-img {
	float: left;
	padding-right: 10px;
}


.video-text {
	float: left;
	padding-right: 20px;
	padding-left: 25px;
	display: block;
	width: 585px;
}

.video {
	float: left;
	width: 515px;
	padding-right: 20px;
	padding-left: 25px;
}

.video-library {
	float: left;
	padding-right: 20px;
	padding-left: 0px;
	width: 110px;
}

.video-library img {
	border: 0px;
}

.video-library p {
	text-decoration: underline;
	text-align: center;
	font-size: 12px;
	color: #68a0e9;
}