body {
	color: black;
	background-color: white;
}
p {
	font-family : Arial, helvetica, sans-serif;
	font-weight : normal;
	text-align: justify;
}
p.cnt {
	text-align: center;
}
h1 {
	font-family : Arial, helvetica, sans-serif;
	font-size: 150%;
	font-weight : bold;
	font-variant : normal;
	color: #C04C00;
	border-bottom: solid #C04C00 3px;
	padding-bottom: 3px;
}
h2 {
	font-family : Arial, helvetica, sans-serif;
	font-size: 150%;
	font-weight : bold;
	font-variant : normal;
	color: #C04C00;
	border-bottom: solid #C04C00 3px;
	padding-bottom: 3px;
}
span.code {
	font-family: 'Andale Mono', 'Lucida Console', monospace;
	white-space: nowrap;
}
span.regex {
	font-family: 'Andale Mono', 'Lucida Console', monospace;
	white-space: nowrap;
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: #FF6600;
	background-color: #FFF4E8;
}
span.match {
	font-family: 'Andale Mono', 'Lucida Console', monospace;
	white-space: nowrap;
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: #0066FF;
	background-color: #E8F4FF;
}
span.string {
	font-family: 'Andale Mono', 'Lucida Console', monospace;
	white-space: nowrap;
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: #00A000;
	background-color: #E0FFE0;
}
span.nobr {
	white-space: nowrap;
}
pre {
	font-family: 'Andale Mono', 'Lucida Console', monospace;
}
ul {
	font-family : Arial, helvetica, sans-serif;
	margin-left : 20px;
	padding-left : 0;
}
ul.noindent {
	margin-left: 0px;
}
ul li {
	list-style-position : inside;
}
th {
	font-family : Arial, helvetica, sans-serif;
}
td {
	font-family : Arial, helvetica, sans-serif;
}
td.no {
	background-color: #FFF4E8;
}
div.copyright {
	margin-top: 10px;
	padding-top: 2px;
	border-top: groove #C0C0C0 2px;
	font-size: 66%;
}
img.left {
	margin-right: 4px;
	float: left;
	border: 0;
}
div.topad {
	border-style: solid;
	border-width: 1px;
	border-color: #803300;
	background-color: #FFF4E8;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 4px;
	font-family : Arial, helvetica, sans-serif;
	font-size : 12px;
	line-height : 17px;
	text-align : justify;
}
