body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
    color: #F35913;
    font-family: Arial;
    font-size: 28px;
    display:inline;
    letter-spacing: 1px;
}

h2 {
    font-family: Arial;
    font-size: 21px;
    display:inline;
}

h3 {
    font-family: Arial;
    font-size: 15px;
    display: inline;
}

.bgGold h2 {
    color: #FFFFFF;
}

a {
	color: #000000;
}

.bgBeige{
	background-color: #FFF3C9;
}

.bgBlack{
	background-color: #000000;
	color: #FFFFFF;
}

.bgGold {
	background-color: #F9BA46;
}

.bgOrange {
	background-color: #F35913;
}

.small {
	font-size: 9px;
}

.defaultSize {
	width: 170px;
}

.doubleSize {
	width: 387px;
}

.footer, .footer a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

ol.faq li {
	margin-top: 15px;
}

.footer a:hover {
	text-decoration: underline;
}

.bgBeige .panelChip {
	background: url(/images/panel-chip-beige.gif) bottom right no-repeat;
}

.bgBlack .panelChip {
	background: url(/images/panel-chip-black.gif) bottom right no-repeat;
}

.bgGold .panelChip {
	background: url(/images/panel-chip-gold.gif) bottom right no-repeat;
}

.bgOrange .panelChip {
	background: url(/images/panel-chip-orange.gif) bottom right no-repeat;
}

form { display:inline; }

.errorMessageBG { background-color:#F35913; width:100%; padding:10px; }
.errorMessageBG img { display:none; }
.errorMessageBG .errorMessage { color:#FFFFFF; font-size:12px; }