/* =Print styles
---------------------------------------- */

.b-header,
.no-print,
.b-content__aside,
.b-footer,
.b-back-link,
.b-next-link,
.b-prev-link
{
	display: none;
}

img, fieldset {border: 0 none;}
.img-left {
	float:left;
	margin:0 15px 15px 0;
}
.img-right {
	float:right;
	margin:0 0 15px 15px;
}

/* =headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Serif;
	font-weight:normal;
	clear:both;
	page-break-after:avoid;
	}
h1 {font-size:19pt;}
h2 {font-size:17pt;}
h3 {font-size:15pt;}
h4,h5,h6 {font-size:12pt;}
