.header {
	text-align: center;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: green;
	font-weight: bold;
	font-size: 14pt;
}

.info {
	background-color: InfoBackground;
	color: green;
	font-size: 10pt;
}
.box {
	background-color: Gray;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
}

.resultheader {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: green;
	font-weight: bold;
	border: 1px solid Gray;
}

.classheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: green;
	font-weight: bold;
}


BODY {
	MARGIN-TOP: 5px;
	FONT-SIZE: 12px;
	MARGIN-LEFT: 5px;
	COLOR: black;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

.r1 {
	background-color: #FAFAD2;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.r0 {
	background-color: White;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.miniurl {
	font-size: 10pt;
}

.split {
	font-style: italic;
}

a:active.rlink, a:link.rlink, a:visited.rlink {
	text-decoration: none;
	color: Maroon;
}

a:hover.rlink {
	text-decoration: underline;
	color: Red;
}

.classinfo {
}