.header {
	text-align: center;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FF4500;
	font-weight: bold;
}

.info {
	background-color: InfoBackground;
	font-size: 10pt;
	border: 1px solid Purple;
}

.box {
	background-color: Gray;
}

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

.resultheader {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid Maroon;
	background-color: #FFFFCC;
	white-space: nowrap;
}

.classheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	azimuth: center-left;
}


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

.r1 {
	background-color: #FFE6CC;
	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;
	border-bottom-color: #FFCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: separate;
}

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

a:hover {
	text-decoration: underline;
	color: Red;
	background-color: #FFE6CC;
}

.classinfo {
	border-bottom-color: Red;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: Red;
	border-left-style: solid;
	border-left-width: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
}