@charset "utf-8";
/* CSS Document */

p {
	font: 13px/125% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 0px;
}
h1 {
	font: normal 28px Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	border-bottom: 2px solid #B2F511;
	color: #152D6A;
}
h2 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #D60000;
	border-bottom: 1px solid #999999;
	margin-bottom: 5px;
}
.copyright {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	border-top: 1px dashed #999999;
}
