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

body {
	background-color: #666;
}
.bodytext {
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 15px;
	text-align: left;
	vertical-align: text-top;
}

.captionC {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}