/* -----------------------------------------------------
  Hide
----------------------------------------------------- */
#masthead,
#sidebar,
#header,
.genericFrameBottom,
#commentForm,
#skip,
.dviii
{ display: none !important; }


/* -----------------------------------------------------
  Colors
----------------------------------------------------- */
body,body * {
  background-color: #fff !important ;
  background-image: none !important ;
}

/* -----------------------------------------------------
  Body Text
----------------------------------------------------- */
body { font-family: Arial; }

/* -- [Headlines] -- */
h1 { font-size: 1.8em; margin-bottom: 0.9em; }
h2 { font-size: 1.6em; margin-bottom: 0.9em; }
h3 { font-size: 1.4em; margin-bottom: 0.9em; }
h4 { font-size: 1.2em; margin-bottom: 0.9em; }
h5 { font-size: 1em;   margin-bottom: 0.9em; }
h6 { font-size: 0.9em; margin-bottom: 1em; }

/* -- [Paragraphs] -- */
p { font-size: 0.9em; margin-bottom: 1em; line-height: 1.5; }

/* -- [Lists] -- */
ol { list-style-type: disc; margin-bottom: 1em; }
ul { list-style-type: disc; margin-bottom: 1em; }
li { font-size: 0.9em; margin-left: 2em; }

/* -----------------------------------------------------
  Links
----------------------------------------------------- */
a { font-weight: bold; text-decoration: underline; }
a:link { color: #009;}
a:visited { color: #909; }

/* -----------------------------------------------------
  View Specific Overrides
----------------------------------------------------- */

body.detail li { list-style-type: none; }
body.detail p#backLink,
body.detail ul#assetControls,
body.detail #assets h6 img,
body.detail #footer,
body.detail ol.comments { display: none !important; }


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}