/* -- print styles -- */

body {
	background: #fff;
	font: 10pt/1.2 Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	}

#logo, #menu { display: none; }

#wrapper, #content {
	background: transparent;
	color: #000;
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	line-height: 1.2;
	}

#content h1, #content h2, #content h3, #content h4, #content h5 { color: #000; }

#content h1 { font-size: 15pt; }
#content h2 { font-size: 13pt; }
#content h3 { font-size: 12pt; }
#content h4 { font-size: 11pt; }
#content h5 { font-size: 10pt; }

#content a, #content a:visited { color: #000; text-decoration: underline; }
#contact { font-size: 10pt; color: #000; }
#footer { font-size: 9pt; color: #000; }
#feature, #feature p { font-size: 9pt; color: #000; line-height: 1.2}