h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	/* font-size: 24px; */
	color: #000066;
}

h4 {
	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	/* font-size: 14px; */
	color: #000066;
}

h5 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	/* font-size: 24px; */
	color: #000066;
}

th {
	font: 12px/16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
}



form.searchform {
	margin: 0px;
	padding: 3px;
	background: #131b53;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.formfield {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #131b53;
}

.formbutton {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #131b53;
	background: #CDB97D;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

.formCaptchaExplanation {
    font-size: 10px;
}

/* This was a typo but it ended up getting used, so leave it */
.focmCaptchaExplanation {
    font-size: 10px;
}

.faq_q
{
	font-weight: bold;
}

.footnote
{
	font-size: 10px;
}

.button {
	border: 1px solid #000099;
	color: #000099;
	font-weight: bold;
	font-size: 12px;
	background-color: #CDB97D;
}

div.coupon {
	width: 400px;
	margin: 0 auto 16px auto;
	border: 1px #999 dashed;
	padding: 16px;
	text-align: center;
}

div.coupon-printlink {
	font-size: 11px; 
	text-align: right;
	width: 432px;
	border: none;
}

div.coupon img {
	display: block;
	margin: 0 auto 16px auto;	
}

p.coupon-headline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009;
	margin-top: 0;
}

p.coupon-text {
	
}

p.coupon-fine {
	font-size: 10px;
	margin-bottom: 0;
}

p.coupon *:last-child {
	margin-bottom: 0;	
}

#platinum-loginbox {
	width: 300px;
	background-color: #dedede;
	text-align: center;
	padding: 12px;
}

#platinum-loginbox form {
	padding: 0px;
	margin: 0px;
}

.clearer {
	clear: both;
}


/* HUB PAGES */

/* use this to constrain the width so it fits to the left of the subnav */
.hub-item-wrapper-first { 
	width: 700px;
	margin: 0; 
	padding: 8px 0; 
	float: left; 
	display: block; 
}

.hub-item-wrapper { 
	width: 100%;
	margin: 0; 
	padding: 8px 0; 
	float: left; 
	display: block; 
}

#inside-content .hub-item-wrapper h1, .hub-item-wrapper h1, .hub-item-wrapper-first h1, #inside-content .hub-item-wrapper-first h1 {
	font-size: 20px; 
	font-weight: bold; 
	margin: 10px 0 0 0; 
	padding: 0; 
	color: #847050; 
}
.floatleft { float: left; }
.floatright { float: right; }

/* CUSTOMER SUPPORT TECH TALK VIDEO PAGE */
.techtalk-video-container {
	width: 240px;
	float: left;
	margin: 0 0 20px 28px;
}

.techtalk-video-caption {
	margin-top: 5px;
}

.techtalk-video-backtoindex {
	font-style: italic;
}