body {
	background-color: #000000;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
}
.top_bg {
	background-color: #EE1D24;
}
.bottom_bg {
	background-color: #9a9c9f;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #9a9c9f;
}
.border {
	border-top: 1px solid #9a9c9f;
	border-right: 1px solid #9a9c9f;
	border-bottom: 1px solid #9a9c9f;
	border-left: 1px solid #9a9c9f;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
