@charset "UTF-8";
body {
	background: #000000;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #container {
	width: 900px;
	text-align: left;
	height: 674px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
.oneColFixCtr #mainContent p {
	font-size:75%;
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
	line-height: normal;
}
.oneColFixCtr #mainContent ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}
.oneColFixCtr #mainContent li {
	font-size:75%;
	font-weight:normal;
	line-height:normal;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
a:link {
	color: #BF3038;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BF3038;
}
a:hover {
	text-decoration: underline;
	color: #181818;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size:95%;
	color:#BF3038;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-size:95%;
	color:#000000;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.red {
	color:#BF3038;
}
.bigred {
	color: #BF3139;
	font-size: 120%;
	font-weight: normal;
}
.rates {
	font-size:90%;
	margin: 0px;
	padding: 0px;
}
.cr {
	font-size:80%;
	color:#666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}
.credits {
	color:#666666;
	font-size:70%;
}
.spacer {
	font-size:20%;
}
