html, body{ text-align: center; height:98%}
table.main {
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	height: 100%;
	width: expression(this.width > 900 ? 900: true);
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: white;
}
table.main td{
	border-collapse: separate;
	padding: 0px;
	margin: 0px;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
#topbar {
	height: 80px;
	padding: 0px;
	margin: 0px;
	border-style: none;
}
#sidebar {
	width: 256px;
	height: 100%; 
	padding: 0px;
	margin: 0px;
	border-style: none; 
}
iframe {
	border-width: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-style: none; 
}
#maintxt {
	text-overflow: clip;
	text-align: left;
	word-wrap: normal;
	font-family: serif;
}

h3 { font-size: 18pt; font-weight: bold; font-style: italic; font-family: serif; font-variant: small-caps;}
h2 { font-size: 24pt; font-weight: bold; font-style: italic; font-family: serif; font-variant: small-caps;}
p {font-family: serif;}
p.pubtitle {margin-bottom: 0px; padding-bottom: 0px; font-size: 1.5em; font-variant: small-caps; color: black; font-weight: bold; font-family: serif;}
p.pubauths {margin-top: 0px; padding-top: 0px; font-style: italic; color: black; font-family: serif;}
span.pubconf {font-family: serif; color: black; font-size: 1.0em;font-weight: bold;}
A:link {
	text-decoration: none;
	color: #5f198b;
	font-variant: small-caps;
	text-shadow: 1px 1px;
	font-family: serif;
}
A:visited {
	text-decoration: none;
	font-variant: small-caps;
	color: #5f198b;
	text-shadow: 1px 1px;
	font-family: serif;
}
A:active {
	background-color: #dba1ed;
	font-variant: small-caps;
	color: #5f198b;
	text-shadow: 1px 1px;
	text-decoration: underline;
	font-family: serif;
}
A:hover {
	background-color: #dba1ed;
	font-variant: small-caps;
	color: #5f198b;
	text-shadow: 1px 1px;
	text-decoration: underline;
	font-family: serif;
}
span.normal {
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: serif;
}
span.nospace {
	font-size: 1px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	line-height: 1px;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: serif;
}
span.code {
	text-transform: none;
	background-color: #dcd0ed;
	font-family: "Courier New", Courier, Monaco, monospace;
}
