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

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	line-height: 15px;
	padding-top: 4px;
}

.news:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #006699;

}

.news:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.news:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}

.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #333333;
	line-height: 15px;
	padding-top: 4px;
}

	
#content {
	width: 807px;
	height: 234px;
	text-align: center;
}
#example {
	position: relative;
	width: 807px;
	height: 234px;
}
.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 807px;
	height: 234px;
	background-color: #fffffff;
	background-position: center center;
	background-repeat: no-repeat 
}
code {
	font-family: monospace;
	font-size: 1.2em;
}

.hiddenPic {display:none;}