/*  MGOCPA - print.css */


html {
	width: 100%; 
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	margin: 10pt;
	padding: 0 !important;
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4;
	background: #fff !important;
	}

body * {
	background-image: none !important;
	background: transparent !important;
	color: #000 !important;
	}

dl {
	display: block !important;
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 0 1em !important;
	}
dl img {
	float: none !important;
	}

dt {
	margin-left: 0 !important;
	font-weight: bold;
	}
dt a { text-decoration: none; }


a { text-decoration: underline; }

.content a:link:after, .content a:visited:after {
	content: " <URL: "attr(href)">";
	font-size: 90%;
	font-style: italic;
	}

#crumbList { font-size: 8pt; }
#crumbList a:link:after,
#crumbList a:visited:after { content: ""; }

.content abbr[title]:after,
.content acronym[title]:after {
	content: ' (' attr(title) ')';
	font-size: 90%;
	font-style: italic;
	}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */


img { float:left; margin: 0 5pt 5pt 0; }


div {
	float: none !important;
	clear: both !important;
	width: 100% !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 0 10pt !important;
	}


p.intro {
	font-size: 12pt;
	border-bottom: 1px solid #ccc;
	}


ol, ul, p, blockquote { page-break-inside: avoid; }

li, blockquote p {
	line-height: 1.25em;
	margin: 0 0 .5em;
	}

blockquote { font-style: italic; }


h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	float: none !important;
	clear: both !important;
	height: auto !important;
	width: 100% !important;
	overflow: visible;
	/*border-color: #ccc !important;*/
	border: none !important;
	font-weight: 400 !important;
	margin: 0 0 0.25em !important;
	padding: 0 !important;
	line-height: 1.2 !important;
	}
h1 { font-size: 24pt !important; }
h2 { font-size: 21pt !important; }
h2 span {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	}
h3 {
	margin-top: 1em !important;
	font-size: 18pt !important;
	}
h4 { font-size: 16pt !important; }
h5 { font-size: 14pt !important; }
h6 { font-size: 12pt !important; }



#header {
	height: auto !important;
	margin: 0 0 1em !important;
	padding: 0 0 1em !important;
	border-bottom: 1px solid #999 !important
	}
#header * {
	display: none !important;
	}
#header h1 {
	display: block !important;
	height: auto !important;;
	width: 100% !important;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 0 !important;
	}
#header h1 a {
	display: none;
	}
#header h1 img {
	float: none !important;
	display: block !important;
	}


#content {
	margin: 0;
	padding: 0;
	width: 100%;
	}


table { margin: 1px 1px 10pt; text-align: left; }

th { border: 1px solid #333;  font-weight: bold; }

td { border: 1px solid #999; }

th,td { padding: 4px; }

tfoot { font-style: italic; }

caption { margin-bottom: 1em; text-align:left; }

thead { display: table-header-group;}

tr { page-break-inside: avoid;} 


.sidebar,
#navPrimary,
#navSecondary,
#footer,
#messages,
#homepage h2,
#contentBorderTop,
hr,
h2 embed,
.moreResults {
	display: none !important;
	}

/* EOF */