/* CSS Document */
/* Tag Definitions */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #000000;
}
a:active {
	color: #CC6633;
}
h4 {
	font-style: italic;
	font-variant: normal;
	text-transform: none;
}
h2 {
	font-size: 12px;
}

/* Main Body & Content */
.mainBody {
	padding: 2px;
	border: 1px solid #666666;
}
#contentHolder {
}
.mainContent {
	padding: 2px;
	border: 1px solid #666666;
	overflow: auto;
	width: 600px;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.articleBody {
	padding: 2px;
	border: 1px solid #666666;
	width: 450px;
	margin-top: 10px;
}
.articleBodytwo {
	padding: 2px;
	border: 1px solid #666666;
	width: 550px;
	margin-top: 10px;
}
#rightcontent {
	padding: 2px;
	border: 1px double #666666;
	width: 119px;
	margin-top: 10px;
	float: right;
	top: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
}
#centerImage {
	padding: 2px;
	border: 1px solid #666666;
}
/* Bottom Content */
#bottomContent {
	border: 1px solid #999999;
}
.promotions {
	padding: 5px 0px 0px 10px;
}
.promotionsText {
	top: 0px;
	margin-left: 3px;
}

/* Header Content */
#menuMain {
	border: 1px solid #666666;
	padding: 1px;
}
#rightLower {
	position: relative;
	width: 91px;
	float: right;
	top: 90px;
}
#leftUpper {
	position: relative;
	width: 172px;
	float: left;
	top: 5px;
}
#leftLower {
	position: relative;
	width: 100px;
	float: left;
	top: 90px;
	left: -170px;
	font-weight: bold;
	color: #000000;
}
a.header {
	text-decoration: none;
	color: #000000;
}
a:visited.header {
	color: #e35632
}

/* Fonts */
.smallWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.smallOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF9933;
}
.bText {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	line-height: 10px;
}
.bigText {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
	line-height: 12px;
}
.usedText {
	text-decoration: line-through;
}