/* www.loosecanon.com | print styles */

/* ========================================== */
/* basics */
/* ========================================== */

body {margin: 0; font-size: 9pt; font-family: Georgia, "Times New Roman", Times, serif;}

/* ========================================== */
/* top of page, suppress nav etc */
/* ========================================== */

#top {padding: 25px 0 25px 0; border-bottom: 1pt solid #bbb;}
#top h1 a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16pt;
		text-decoration: none;
		font-weight: normal;
		color: #ccc;
}
#top ul, #top p {display: none !important;}
hr {display: none !important;}

/* ========================================== */
/* change borders from pixels to points */
/* ========================================== */

#base {border-top: 1pt solid #bbb;}
#base p {font-family: Arial, Helvetica, sans-serif;}

/* ========================================== */
/* logo */
/* ========================================== */

#top h1 {font-size: 14pt;}

/* ========================================== */
/* main text */
/* ========================================== */

#main p, #main ul li, #main dl dt, #main dl dd {font-size: 9pt; line-height: 12pt;}

/* ========================================== */
/* external link url display */
/* ========================================== */

a.external:after {content: " (" attr(href) ") "; font-size: 7pt;}