HTML {
	font-size: 100%;	/* IE hack */
}

BODY {
	background-color: #fff;
	color: #000;
	font-family: "Ariel", sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	margin: 0.5em;
}


A:link {
	color: #009;
}

A:visited {
	color: #636;
}

A:hover {
	background-color: #00f;
	color: #fff;
}

TABLE {
	font-size: 100%;	/* IE hack */
}

TABLE.navbar {
	border: none;
}

.navbar TD {
	background-color: #fff;
	text-align: center;
	border-style: outset;
	border-width: medium;
	border-color: #ccf;
	padding: 1px;
}

.navbar A {
	padding: 0.15em 0.5em;
	display: block;
	font-size: x-small;
	font-weight: bold;
}

H1 { font-size: 1.4em; font-weight: bold; }

H2 { font-size: 1.2em; font-weight: bold; }

H2.center { text-align: center }

H3 { font-size: 1.1em; font-weight: bold; }
H3.floatr { float:right; }

H5 { font-size: 0.8em; }

H6 { font-size: 0.6em; }

P { font-size: 100%; }

.pagebreak { page-break-before:always; clear: both; }

@media print {

BODY {
	font-size: 0.85em;
	margin: 0.0em;
} 
 
.navbar { display: none }

A { color:#000; text-decoration:none; }
}