body {
	line-height: 1.4em;
}
h1, h2, h3 {
	font-weight: bold;
	text-align: left;
}
h1 {
	font-size: 18px;
	line-height: 28px;
	margin: 15px 0 5px 0;
}
h2 {
	font-size: 15px;
	line-height: 21px;
	margin: 5px 0 5px 0;
}
h3 {
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0 15px 0;
}

.notearea {
	position: absolute;
	visibility: hidden;
}
.information {
	line-height: 1.1em !important;
	
}
.maintable {
	position: absolute;
	left: 20px;
	top: 0px;
	margin-top: 10px;
	padding: 40px;
	z-index: 0;
	width: 514px;
	color: #000000;
	border: 4px solid #330000;
	background: white top right no-repeat url("../images/watermark.jpg");
}
.space {
	padding-left: 10px;
	margin-left: 200px;
}
.selected {
	background-color: #A0FFFF;
}
.scrollgen {
	position: relative;
	top: 100%;
	left: 100%;
}
.smallcaps {
	font-variant: small-caps;
}
.allcaps {
	text-transform: capitalize;
}
.underline {
	text-decoration: underline;
}
.overline {
	text-decoration: overline;
}
big {
	font-size: 115%;
}
small,
div.information,
.epigraph {
	font-size: 85%;
}
.signed {
	text-align: left;
}
strong {
	font-weight: 800;
}
em,
span.title {
	font-style: italic;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.bibl {
	margin: 25px 0 25px 0;
	text-indent: 25px;
}
a:link,
a:visited,
a:hover,
a:active {
	background: transparent;
	color: #000075;
	text-decoration: none;
}
#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid #587aa9;
	padding: 4px;
	background-color: #F5F8FD;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	z-index: 100 ;
	/* Remove below line to remove shadow. Below line
		should always appear last within this CSS
	*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#1E4882,direction=-135);
}
#panel_noteviewer {
	position: absolute;
	width: 300px;
	background-color: #B2CCE5;
	border: 1px solid #333;
	visibility:hidden;
	cursor: move;
	z-index: 100;
}
#content_noteviewer {
	font-size: 8pt;
	font-family: Verdana, 'Bitstream Vera Sans', Arial, Helvetica, sans-serif;
	padding: 5px 10px 10px 10px;
	text-align: left;
	line-height: 1.2em !important;
}
#handle_noteviewer {
	clear: both;
	margin: 2px;
	padding: 2px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	color: #000000;
	background-color: #6699CC;
}
span.viewerlt {
	float: left;
	text-align:left;
	font-weight: 800;
}
span.viewerrt {
	float: right;
	text-align:right;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer !important;
	margin: 1px 5px 0 0;
}
span.notelink {
	color: #000099;
	font-size: 80%;
	background-color: transparent;
	cursor: pointer;
	vertical-align: super;
	line-height: 0;
	font-weight: 800;
}
span.notelink:hover {
	text-decoration: underline;
}
span.notetext {
	display: none;
}
q,
blockquote,
div.abstract {
	display: block;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	font-size: 95%;
q,
blockquote,
	text-align: justify;
	margin-bottom: 10px;
}
div.abstract {
	margin-bottom: 5px;
}
q:before,
q:after {
	content: "";
}

