body {
	font-family:arial, helvetica, sans-serif;
	font-size:10pt;
	background:#444;
}

tr { vertical-align:top }

td, input {
	font-family:arial, helvetica, sans-serif;
	font-size:9.5pt;
	color:#fff;
}

input {
	background:#333;
	border:1px solid #a70
}

a:link { color:#00f }
a:visited { color:#f00 }
a:active { color:#080 }

h1, h2, h3, h4 {
	padding:0;
	margin:0
}

h1 {
	font-size:30pt;
	font-weight:bold;
	color:#fb0;
	text-align:center;
}

h2, h3, h4 {
	color:#a70;
	font-weight:bold
}

h2 { font-size:22pt; }
h3 { font-size:14pt; }
h4 { font-size:12pt }

hr { color:#000 }

#style {
	font-size:8pt;
	text-align:right
}

blockquote { font-style:italic }

img {
	border-width:4px;
	border-style:inset
}

#author {
	font-size:9.5pt;
	font-style:italic;
	color:#fff;
	vertical-align:bottom;
}

#version {
	font-size:9.5pt;
	font-weight:bold;
	color:#fff
}

small {
	font-size:8pt;
	color:#fff
}

.header {
	font-weight:bold
}

.g {
	background-color:#222
}

.click {
	cursor:pointer
}

.spacer20 {
		width:20px;
		height:20px
}

.sfbody {
	border:2px solid black;
	padding:4px;
	font-size:9.5pt;
	background:#333;
	color:#fff
}

.sfbody td {
	font-size:9.5pt;
	color:#fff
}

.sfbody a:link {
	color:#f00;
	text-decoration:none
}
.sfbody a:visited { color:#b70 }
.sfbody a:active { color:#fb0 }
.sfbody a:hover { color:#f80 }

.pagetail {
	font-size:9pt;
	color:#ddd;
	text-align:center;
	font-style:italic
}
.pagetail hr { color:#aaa }
.red { color:#f00 }
.green { color:#080 }
.blue { color:#00f }
.yellow { color:#880 }
.cyan { color:#088 }
.magenta { color:#808 }
.orange { color:#a82 }
.black { color:#000 }
.white {
	color:#fff;
	text-decoration:overline underline
}