BODY {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

DIV {
	width: 95%;
	font: 12pt Times, serif;
}

DIV#footer { 
	margin: 10px 0px 10px 0px;
	font-size: 8pt; 
}

DIV#footer A#home_page_ref:after { 
	content: "<" attr(href) ">";
}
	
DIV.title {
	font-weight: bold;
	font-size: 14pt;
	border-bottom: 2px solid black;
}

DIV.titled_content {
	margin: 10px 0px 10px 0px;
	text-align: justify;
}

DIV.titled_content THEAD {
	font-weight: bold;
	font-size: 14pt;
}

DIV.content {
	margin: 10px 0px 10px 0px;
	text-align: justify;
}

DIV.graph {
	margin: 10px 0px 10px 0px;
	margin-left: -0.8em; /* hack time */
	/*
	border: 1px solid black;
	padding: 1px 1px 1px 1px;
	*/
}

DIV.masthead {
	display: none;
}
