﻿/* sIFR Image Replacement */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
	/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
  display: none !important;
}

.sIFR-hasFlash h1 {
	/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
	visibility: hidden;
}

/* Splash Content */
.content_splash {
	font: 9pt/13pt georgia, serif;
	color: #d2cda0;
}

.content_splash h1 {
	margin: 32px 0 16px 0;
	font: bold 22pt arial, sans-serif;
	color: #ffffff;
}

.content_splash p {
	margin: 0 0 10px 0;
	font: 12pt/15pt georgia, serif;
	text-align: center;
}

.content_splash em {
	font-size: 18pt;
}

.content_splash a {
	text-decoration: underline;
	color: #d2cda0;
}

/* Main Content */
.content_main {
	font: 9pt/13pt georgia, serif;
	color: #d2cda0;
}

.content_main h1 {
	margin: 0 0 16px 0;
	font: bold 16pt arial, sans-serif;
	color: #ffffff;
}

.content_main h2 {
	margin: 0 0 16px 0;
	padding: 0;
	font: bold 12.5pt arial, sans-serif;
	color: #ffffff;
}

.content_main .h2-nobottom {
	margin: 0;
}

.content_main h3 {
	margin: 0 0 5px 0;
	padding: 12px 0 0 0;
	font: 12pt arial, sans-serif;
	color: #908c68;
}

.content_main p {
	margin: 0 0 10px 0;
	font: 9pt/13pt georgia, serif;
}

.content_main b {
	font-weight: bold;
}

.content_main em {
	font-weight: bold;
}

.content_main i {
	font-style: italic;
}

.content_main a {
	text-decoration: underline;
	color: #d2cda0;
}

.content_main a:hover {
	text-decoration: none;
}

.content_main ul {
}

.content_main li {
	margin: 0; padding: 0 0 0 15px;
	font: 9pt/13pt arial, sans-serif;
}

.content_main dl {
	font: 9pt/13pt arial, sans-serif;
}

.content_main dt {
	font-weight: bold;
}

.content_main dd {
	margin: 0 0 0 15px;
}

/* Secondary Content */
.content_secondary {
	font: 9pt/13pt georgia, serif;
	color: #d2cda0;
}

.content_secondary h1 {
	margin: 0 0 16px 0;
	font: bold 16pt arial, sans-serif;
	color: #ffffff;
}

.content_secondary h2 {
	margin: 0 0 16px 0;
	padding: 0;
	font: bold 12.5pt arial, sans-serif;
	color: #ffffff;
}

.content_secondary .h2-nobottom {
	margin: 0;
}

.content_secondary h3 {
	margin: 0 0 5px 0;
	padding: 12px 0 0 0;
	font: 12pt arial, sans-serif;
	color: #908c68;
}

.content_secondary p {
	margin: 0 0 10px 0;
	font: 9pt/13pt georgia, serif;
}

.content_secondary b {
	font-weight: bold;
}

.content_main em {
	font-weight: bold;
}

.content_secondary i {
	font-style: italic;
}

.content_secondary a {
	text-decoration: underline;
	color: #d2cda0;
}

.content_secondary a:hover {
	text-decoration: none;
}

.content_secondary ul {
}

.content_secondary li {
	margin: 0; padding: 0 0 0 15px;
	font: 9pt/13pt arial, sans-serif;
}

.content_secondary dl {
	font: 9pt/13pt arial, sans-serif;
}

.content_secondary dt {
	font-weight: bold;
}

.content_secondary dd {
	margin: 0 0 0 15px;
}