body {
	margin: 0px;
	background: #feeaa3;
	font-family: Verdana;
}
a {
	color: #000;
}
.flying_horse {
	background-image: url('images/flying_horse.gif');
}
.flying_horse_repeatl {
	background-image: url('images/flying_horse_repeatl.gif');
	background-repeat: repeat;
	height: 500px;
}
.flying_horse_repeatr {
	background-image: url('images/flying_horse_repeatr.gif');
	background-repeat: repeat-y;
	height: 500px;
}
.footer {
	font-family: Times;
	font-size: 12pt;
	color: #000;
	margin-top: 16px;
}
.footer strong { font-size: 18pt; }
.footer a { color: #000; }
.textnav {
	font-size: 8pt;
	color: #000;
}
.textnav:hover { text-decoration: none; }

#skip {
	font-size: 8pt;
}


.content {
	text-align: left;
	font-size: 11pt;
	line-height: 16pt;
	font-family: Georgia;
}