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%; }

span.contents_0 { margin:0; margin-left:0em; }
span.contents_1 { margin:0; margin-left:3em; }
span.contents_2 { margin:0; margin-left:6em; }
span.contents_3 { margin:0; margin-left:9em; }
span.contents_4 { margin:0; margin-left:12em; }
span.contents_5 { margin:0; margin-left:15em; }

DIV.centerline {
	background-image: url(img_dots.gif);
  background-color: #999;
  height: 4px;
  margin: 0px;
}

DIV.centerline HR {
  display: none;
}

/* remove any effect of 3<SUP>rd</SUP> */
SPAN.ord { }

.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; }

DIV.centerline {
	background-image: none;
  background-color: #FFF;
  color: #FFF;
  height: 1px;
  margin: 0px;
	display: block;
	border-bottom: 1px dashed gray;
	border-top: none;
}

DIV.centerline HR {
  display: none;
}
}