/* print styles */

/* =================================== */
/* import screen styles */
/* =================================== */

@import url(screen.css);

/* =================================== */
/* top */
/* =================================== */

#top {text-align: left;}

#top h1 {
		float: none;
		font-family: Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #000;
		margin: 0;
		padding: 0;
		background: none;
		font-size: 10pt;
		letter-spacing: normal;
		width: auto;
		height: auto;
}

/* =================================== */
/* un-float the floats */
/* =================================== */

#main div#textcontent {float: none; width: auto; margin: 0;}
#main div#visualcontent {float: none; width: auto; margin: 0;}

/* =================================== */
/* general typography */
/* =================================== */

#main div#textcontent h1 {font-size: 11pt; padding: 0 0 8pt 0; border-bottom: 1pt solid #999;}

#main div#textcontent h2 {font-size: 9pt; margin: 9pt 0 0 0;}

#main div#textcontent p, #main div#textcontent ul li, #main div#textcontent dl {font-size: 8pt;}