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

<!--
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #009430;
}
body {
	background-color: #8CAABD;
}
a:link {
	color: #14436D;
	text-decoration: none;
}
a:visited {	
	color: #14436D;
	text-decoration: none;
}
a:hover {
	color: #14436D;
	text-decoration: underline;
}
a:active {
	color: #14436D;
	text-decoration: none;
}
.style1 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	padding: 0 0 0 .1em;
	bottom: .3ex;
}
#video-box {
	display:block;
	overflow:hidden;
	margin-bottom: 0;
}
-->