/* agc redesign print */

.printonly {
	display: inline;
	}
div.printonly {
	display: block;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 15pt;
	}
.content {
	position: static;
	}
#header {
	margin-bottom: 15pt;
}
#panel, 
#col-b, 
#col-c, 
#footer, 
#breadcrumbs, div.breadcrumbs,
#cibc-proclaimer, .proclaimer, 
#navrow, 
#topsearch {
	display: none;
	}
.content, * html .content {
	margin: 0;
	}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	background-color: #fff;
	}
	h1 {
		margin: 0pt 0pt 12pt 0pt;
		font-size: 18pt;
		line-height: 22pt;
		}
a, a:visited {
	color: #000;
	background-color: #fff;
	text-decoration: underline;
	}
div.resultset {
	margin: 6pt 0;
	}
	div.resultset h2, div.resultset h3 {
		font-size: 12pt;
		line-height: 15pt;
		background-color: #fff;
		border: none;
		margin-left: 0;
		}
	div.resultset ul {
		padding: 0 24pt;
		border: none;
		margin: auto;
		}
		div.resultset ul li {
		margin: auto;
		list-style-type: disc;
		}