body {
	background-color: #ffffff;
	color: #000000;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #003366;
	background-color: transparent;
	text-decoration: none; 
}

a:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: none; 
}

a:hover {
	color: #aabbcc;
	background-color: transparent;
	text-decoration: underline;
}

div.nav {
	text-align: right;
	padding: 10px 0px 0px 5px;
	font-size: small;
}

span.nav {
	padding: 3px;
	margin-right: 2px;
	color: #666699;
	border: thin outset #4a4a4a;
	background-color: #f6f6f6;
}

span.sep {
	display: none;
}

h1 {
	text-align: center;
	font-weight: normal;
	margin-top: 0px;
}

h2 {
	text-align: center;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 0px;
}

p {
	line-height: 1.5em;
	text-indent: 3em; 
	text-align: justify;
	margin-bottom: 2em;
}

p.addr {
	line-height: 1.2em;
	text-indent: 0em;
}

p.date {
	text-align: right;
	margin-right: 1em;
}

p.name {
	text-indent: 0em;
	margin-top: 3em;
	margin-bottom: 1em;
}

p.author {
	text-align: right;
	margin-top: 4em;
	margin-right: 3em;
}

p.logo {
	float: left;
	clear: both;
	margin: 20px 30px 100px 0px;
	width: 112px;
}

address {
	width: 100%;
	font-family: "Times New Roman", "Times", serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	line-height: 1.0em;
	padding-top: 0.5em;
	margin-bottom: 1em;
	border-top: solid 3px #003366;
}

.sup {
	line-height: 1.0em;
	font-size: 0.7em;
	vertical-align: super;
}
