html,body {
	margin:0;
	padding:0;
	height:100%;
	border:none
}
body {
	background-color: black;
	margin: 1px;
	font-family: "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 12pt;
	color: #FFFFFF;
	border: 0px;
}
.captionsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.captionsmbk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}
.bodytxt {
	font-family: "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 10pt;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
}
a {
	outline:none;
}
a:link {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: yellow;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
.normdoc {
	color: #000000;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a.normdoc:link {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
a.normdoc:hover {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
a.normdoc:visited {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
a.normdoc:active {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
.pghdg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
}
.parhdg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.galtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
}
.galsubttl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#contentbox {
	height: 540px;
}
.menu {
	font: 8px Geneva, Arial, Helvetica, sans-serif;
}
