body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #990002;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	
	font-weight: bold;
	line-height: 22px;
}
#top{ width:868px; margin:0 auto;}
#content{ width:840px; margin:0 auto; text-align:left;}
#content .img{ border:1px solid #000000;}
h1{
	font-size: 32px;
	font-weight: normal;
	color: #000000;
}
h2{
	font-size: 26px;
	font-weight: bold;
	color: #000000;
}
h3{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.clear{
	clear:both;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #060709;
	height: 3px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}
a{ color:#000000;}
a:hover{ color:#000000; text-decoration:none;}
strong {
	
}
b {
	color: #000000;
}
.courier{
	font-family: "Courier New", Courier, monospace;
}
.center{ text-align:center;}
.white{ color:#FFF;}