/* STYLESHEET FOR PRINT */

/* @group Body */

body {
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: none;
	font-size: 10pt;
}

/* @end */

/* @group Layout */

hr {
	background: #ccc;
	color: #ccc;
	width: 100%;
	height: 2px;
	margin: 2em 0;
	padding: 0;
	border: none;
}

hr.space {
	background: #fff;
	color: #fff;
}

#footer {
	font-size: 7pt;
	border-top-style: dotted;
	border-top-color: #000000;
	border-top-width: thin;
	margin-top: 20pt;
}

#end {
	font-size: 7pt;
}

#main #top #desc {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-bottom: 10pt;
}

/* @end */

/* @group Text */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20pt;
	font-weight: normal;
}

h2 {
	font-size: 16pt;
	font-weight: normal;
}

h3 {
	font-size: 14pt;
	font-weight: normal;
}

code {
	font: 0.9em "Courier New", Courier, monospace;
}

img {
	float: left;
	margin: 0.5em 1.5em 0.5em 0;
}

a img {
	border: none;
}

p img.top {
	margin-top: 0;
}

blockquote {
	margin: 1.5em;
	padding: 1em;
	font-style: italic;
	font-size: .9em;
}

.small {
	font-size: .9em;
}

.large {
	font-size: 1.1em;
}

.quiet {
	color: #999;
}

/* @end */

/* @group Links */

a:link, a:visited {
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
}

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

/* @end */

/* @group Hidden items */

#head {
	display: none;
}

#left {
	display: none;
}

#ali {
	display: none;
}

#bookmark {
	display: none;
}

.articleNavigation {
	display: none;
}

.issueandarticle {
	display: none;
}

.hide {
	display: none;
}

/* @end */