@charset "ISO-8859-1";
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #06C;
	line-height: 30px;
}
.headerwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	color: #06C;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #06C;
	font-weight: normal;
}
.credit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #900;
}
.alignright {
	text-align: right;
	float: none;
}
.outline {
	border: medium solid #06C;
}
