body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-collapse: collapse;
}

a {color: #CC4F32; text-decoration: none}
a:visited {color: #CC4F32; text-decoration: none}
a:hover {color: #FF3300; text-decoration: underline}

.rightBg {
	background-attachment: scroll;
	background-image: url(images/right_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.mainBg {
	background-attachment: scroll;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.offersMain {
	background-attachment: scroll;
	background-image: url(images/offers_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-weight: bold;
	font-size: 14px;
}
h6 {
	font-weight: bold;
	font-size: 11px;
}
.specialHeader {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.redHeader {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;



}
.formStyle {
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	height: 16px;
}
.tableHead {
	font-size: 10px;
	font-weight: bold;
	background-color: #E6E6E6;
	color: #666666;
	padding: 2px 0px 2px 5px;
	border: 1px solid #333333;
}
.tableMain {
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.tabBg {
	background-attachment: scroll;
	background-image: url(images/tabs/login_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
