/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d14444;
	background-color: #aa3535;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin: 0;
	scrollbar-face-color: #d14444;
	scrollbar-shadow-color: #d14444;
	scrollbar-highlight-color: #d14444;
	scrollbar-3dlight-color: #d14444;
	scrollbar-darkshadow-color: #250d0d;
	scrollbar-track-color: #d14444;
	scrollbar-arrow-color: #250d0d;}

a:link {
	color: #d14444;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d14444;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #d14444;
}
.left11 {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #d14444;
}
.left11_dark {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #250d0d;
}
.img_border {
	border: 1px solid;
	border-color: #d14444;
}
.block11 {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #d14444;
	text-align: justify;
}
.info_hedl {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #250d0d;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
}
.info_txt {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #250d0d;
	text-align: center;
}

/* flowplayer 4:3 */

a.Player43 {
	margin-left: 145px;
	margin-bottom: 0px;
	width: 320px;
	height:240px; 
	text-align:center;
	float:left;
	border:1px solid #d14444;
}

/* play button */
a.Player43 img {
	margin-top:85px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.Player43:hover {
	border:1px solid #d14444;
}

/* flowplayer 16:9 */

a.Player169 {
	margin-left: 20px;
	margin-bottom: 0px;
	width: 584px;
	height:330px; 
	text-align:center;
	float:left;
	border:1px solid #d14444;
}

/* play button */
a.Player169 img {
	margin-top:123px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.Player169:hover {
	border:1px solid #d14444;
}


