@charset "utf-8";
/* CSS Document */

.videoClipContainer {
	top: 0px;
	background-color: #FFFFFF;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.menuContainer {
	border: 1px dotted #CCCCCC;
	height: 340px;
	top: 10px;
	position: relative;
	width: 140px;
	left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	text-align: left;
}
.newsContentContainer {
	width: 920px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	text-align: center;
	margin:0 auto;
	background-color: #EEFFEE;
	padding-left: 20px;
	padding-right: 20px;
}
