body {
	background-color: #f0f0f0;
	color: #000000;
}

div.header {
	margin: 0px 0px 3px 0px;
	padding: 1px 1px 1px 3px;
	text-align: left;
}

div.footer {
	background-color: #f0f0f0;
	color: #999999;
	font-size: xx-small;
}

span.flink {
	background-color: #f0f0f0;
	color: #0077ff;
	font-family: Arial, serif;
	font-size: xx-large;
	font-weight: bold;
}

span.gamma {
	background-color: #f0f0f0;
	color: #ff5555;
	font-family: Arial, serif;
	font-size: xx-large;
	font-weight: bold;
}

sup.tm {
	background-color: #f0f0f0;
	color: #ff5555;
	vertical-align: 20px;
	padding: 0px 0px 0px 2px;
	font-family: Arial, serif;
	font-size: xx-small;
	font-weight: bold;
}

tr {
	vertical-align: top;
}

dl {
	background-color: #f0f0f0;
	color: #000000;
	margin: 1px 1px 3px 1px;
	padding: 5px 5px 5px 5px;
	border-style: outset outset outset outset;
	border-width: 2px 3px 3px 2px;
}

dt {
	background-color: #eaeaea;
	color: #444444;
	margin: 0px 0px 5px 0px;
	padding: 1px 1px 1px 3px;
	border-style: outset outset outset outset;
	border-width: 2px;
	font-size: x-small;
	font-weight: bold;
}

dd {
	background-color: #f0f0f0;
	color: #000000;
	margin: 0px 5px 0px 5px;
	padding: 1px 5px 1px 5px;
	border-style: none none dotted none;
	border-width: 1px;
	border-color: #999999;
	font-size: x-small;
}

a:link {
	background-color: #f0f0f0;
	color: #000000;
	text-decoration: none;
}

a:visited {
	background-color: #f0f0f0;
	color: #0066ee;
	text-decoration: none;
}

a:active {
	background-color: #f0f0f0;
	color: #ff5555;
	text-decoration: none;
}

a:hover {
	background-color: #0066ee;
	color: #ff5555;
	text-decoration: none;
}