/* These are standard sIFR styles... do not modify */
.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;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* 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 */
h1.sIFR-hasFlash {
	visibility: hidden;
}

h2.sIFR-hasFlash {
	visibility: hidden;
}

/* Sections */
#primary-column {
	font: 9pt helvetica, calibri, trebuchet, arial;
}

#secondary-column {
	font: 9pt helvetica, calibri, trebuchet, arial;
}

#footer {
	font: 9pt helvetica, calibri, trebuchet, arial;
}

/* Generic Markup */
h1 {
	margin: 0 0 10px 0; padding: 0;
	font: 22pt/normal "Times New Roman", Times, serif;
}

h1.sIFR {
	margin: 0 0 10px 0; padding: 0;
	font: 22pt/normal helvetica, calibri, trebuchet, arial;
}

h2 {
	margin: 0; padding: 7px 0;
	font: 14pt/normal "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color: #dfaa0f;
}

h2.sIFR {
	margin: 7px 0; padding: 0;
	font: 18pt/normal helvetica, calibri, trebuchet, arial;
}

h3 {
	margin: 0; padding: 7px 0;
	font: 12pt/normal "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color: #dfaa0f;
}

p {
	padding: 0 0 10px 0;
	line-height: 14pt;
}

b {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

a:link, a:visited {
	color: #dfaa0f;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

ul {
	margin: 0; padding: 0 0 10px 0;
}

ul li {
	margin: 0; padding: 0 0 5px 15px;
	line-height: 14pt;
	list-style-type: none;
	background: transparent url(images/li_standard.gif) no-repeat top left;
	position: relative;
}

ul li.thumblist {
	margin-left: 112px;
}

ol {
	padding: 0 0 10px 0;
}

ol li {
	margin: 0 0 0 25px;
	line-height: 14pt;
	list-style-type: upper-roman;
}

ol.ol-decimal li {
	list-style-type: decimal;
}

ol.ol-lower-alpha li {
	list-style-type: lower-alpha;
}

dl {
	padding: 0 0 10px 0;
}

dt {
	font-weight: bold;
}

dd {
	padding: 5px 0 10px 20px;
	line-height: 14pt;
}

address {
	font-style: normal;
}

address span {
	display: block;
}

address span.name {
	font-weight: bold;
}

address span.company {
	font-style: italic;
	font-weight: bold;
}

/* External Links */
a.external {
	padding: 0 12px 0 0;
	background: center right no-repeat url('./images/link_external.gif');

	/* IE6 and IE7 */
	*padding: 0;
	*background: none;
}