/* 
	print css document
*/
body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
}
p, ul, ol {
	font-size: 10pt;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
a img {
	border: none;
}
#header, #left_col, .thumb, #special, #footert, img#logos, p.bluestorm {
	display: none;
}
#content {
	width: 100%;
	margin: 0 0 10px 0;
	float: none;
	background: transparent;
}
#content img, #content_sml img {
	float: right;
	margin: 0 0 0 10px;
}
#content_sml .divider img {
	float: left;
	margin: 0 10px 0 0;
}
.divider {
	border-top: 1px solid #ccc;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
}

#content
a:link:after {
	content: " (" attr(href) ") ";
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #06c;
}
blockquote {
	font-style: italic;
}
#footer {
	clear: both;
	border-top: 1px solid #ccc;
}
#footer p {
	font-size: 8pt;
}
#footer span {
	font-style: italic;
	font-weight: bold;
}
#intro p {
	margin: 0;
	padding: 0;
}
