﻿@charset "utf-8";
/* --------------------------------------------
   Printed Styles
   -------------------------------------------- */

/* ======== Block Level Element ======== */
/* ---- Top Level ---- */
html {
	margin: inherit !important;
	padding: inherit !important;
}

body { 
	margin: inherit !important;
	padding: inherit !important;
	background: white !important;
	color: black !important;
	font-size: 10pt !important;
	_zoom:	0.95;
}


/* ======== Hidden Blocks ======== */
#header #headerNavigation,
#globalNavigation,
#mainVisual,
#topicPath,
#subCol,
#endofContent,
#footer #footerNavigation {
	display: none !important;
}


/* ======== Width, Margin ======== */
#container {
	width: 600px !important;
}

#header,
#content,
#endofContent,
#footer,
#footer address {
	width: auto !important;
	margin: 1em auto;
}


/* ======== Structure ======== */
#main,
#mainCol,
#subCol,
#extraCol {
	clear: both !important;
	float: none !important;
}


/* ======== Color, Background ======== */
#footer {
	background: none;
}


/* ======== Anchor ======== */
a:after {
	content: " >> " attr(href) " ";
	font-size: 10pt;
}
#logo a:after {
    content: "";
}


/* ======== Component ======== */
/* ---- Section ---- */
.section,
.sectionA01 {
	page-break-before: avoid;
	page-break-inside: avoid;
}

p {
	page-break-inside: avoid;
}