/* CSS Document */

body {
	background-color:white;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
p.pagehead_rt {
	font-family:"Times New Roman", Times, serif;
	color:red;
	font-size:200%;
	font-weight:bold;
	margin:0;
	}
p.pagehead_ns {
	font-size:150%;
	font-weight:bold;
	margin:0;
	}
p.pagehead_date {
	color:red;
	font-size:100%;
	font-weight:bold;
	margin:0;
	}
h1 {
	color:red;
	font-size:120%;
	font-weight:bold;
	}
h2 {
	font-size:100%;
	font-weight:bold;
	}
ol.contents {
	font-weight:bold;
	}
p.footnote {
	font-size:75%;
	}
:link, :visited {
	color:blue;
	text-decoration:none;
	}
:link:hover, :visited:hover {
	color:blue;
	text-decoration:underline;
	}

