@charset "UTF-8";
/* CSS Document */

.background {
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: left;
	font-weight: normal;
	padding-top: 2px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}
.red-left-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-bottom: 3px;
}
.red-links {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-align: left;
	padding-top: 2px;
}
.big-red-bar {
	background-image: url(images/home-red-bar.gif);
	background-repeat: no-repeat;
}
.white-sub-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
}
.white-bullet-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	display: list-item;
	text-align: left;
	white-space: normal;
	list-style-position: outside;
	list-style-type: disc;
}
.red-price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
}
