/* Horseshoe */
BODY			{ background-color: #241f20; }
TD				{ font-family: Arial, sans-serif; font-size:16px; }
H1				{ font-family: Arial, sans-serif; font-size:14px; font-weight:bold; }
H2				{ font-family: Arial, sans-serif; font-size:12px; font-weight:bold; }
SELECT			{ font-family: Arial, sans-serif; font-size:12px; }
SELECT.form		{ font-family: Arial, sans-serif; font-size:11px; }
TABLE.welcome	{ background-color: #EED5AC; }
TABLE.primary	{ background-color: #EED5AC; }
TD.leftnav		{ background-color: #bc9204; }
TD.header		{ font-size:11px; }
TD.tableHead	{ font-size:12px; color: #FFFFFF; font-weight:bold; }
TD.footer		{ font-size:12px; color:#7a7878; }
.bold			{ font-weight:bold; }
.error			{ font-weight:bold; color: #FF0000; }
.superbold		{ font-weight:bold; font-size:14px; }
.title			{ font-weight:bold; font-size:24px; color:#da3524; }
INPUT			{ font-family: Arial, sans-serif; font-size:10px; }
INPUT.form		{ font-family: Arial, sans-serif; font-size:11px; }
TD.rhs			{ font-size:11px; }
.main11			{ font-size:11px; }
.main10			{ font-size:10px; }
TD.notes		{ font-size: 11px; }
.disclaimer		{ font-size:11px; font-style:italic; }

A				{ font-family: Arial, sans-serif; font-size:18px; color: #000000; font-weight:normal; }
A:hover			{ color:#FF0000; }
A.left			{ font-weight: bold; font-size: 16px; }
A.headerLink	{ font-size:11px; }
A.footerLink	{ font-size:12px; color:#7a7878; }
A.footerLink:hover	{ font-size:12px; color:#7a7878;}
A.rhsLink		{ font-size:11px; }
A.link11		{ font-size:11px; }
A.link10		{ font-size:10px; }


/* **** START: Classes added for eRes - Top Nav and Bot Nav changes **** */
#topNav, #bottomNav {
	width:748px;
	background-color:#000;
	color:#FFFFFF;
	text-align:center;
}
#topNav table, #bottomNav table {
	width:100%;
	text-align:center;
	vertical-align:middle;
}
#topNav td, #bottomNav td {
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	padding: 3px 0px;
}
#topNav a, #bottomNav a {
	color:#FFFFFF;
	font-size:10px;
	padding:0px 1px 0px 1px;
	text-decoration: none;
}
#topNav a:hover, #bottomNav a:hover {
	color: #CE9F53;
	text-decoration: underline;
}
#brandFooter {
	height:141px;
	width:748px;
	text-align: center;
	background-image:url(/images/presentation/chinese/total_rewards/brand_bar.gif);
	background-repeat: no-repeat;
	background-position: center;
}

img { border: 0px; }
