﻿html, body, #title, #current_time {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
h2 {
	font-size: 14pt;
}
h3, div, p, li, #title, #current-time {
	font-size: 10pt;
}
a.sharp:link {
	color: #0000ff;
	background-color: inherit;
}
a.sharp:visited {
	color: #800080;
	background-color: inherit;
}
a.sharp:active {
	color: #ff0000;
	background-color: inherit;
}
a.sharp:link, a.sharp:visited, a.sharp:active, a.doc:link, a.doc:visited, a.doc:active, a.top:link, a.top:visited, a.top:active, #header a:link, #header a:visited, #header a:active, #footer a:link, #footer a:visited, #footer a:link {
	text-decoration: none;
}
a.sharp:hover, a.doc:hover, a.top:hover, #header a:hover, #footer a:hover {
	text-decoration: underline;
}
a.doc {
	color: #000066;
	background-color: inherit;
}
a.top {
	color: #808080;
	background-color: inherit;
}
#container {
	margin: auto;
	max-width: 1280px;
}
#header, #footer {
	text-align: center;
}
#title, #last-modified {
	float: left;
	margin: 0 0 0 10px;
	padding: 8px 0;
}
#current-time, #copyright-declaration {
	float: right;
	margin: 0 10px 0 0;
	padding: 8px 0;
}
#menu {
	clear: both;
	padding: 5px 0;
}
#contents {
	padding: 1px 20px;
}
#contents.document {
	color: inherit;
	background-color: #ffffff;
}
#contents.sectional > div {
	margin-top: 35px;
}
#table-of-contents {
	width: 280px;
	padding: 5px 10px 0 10px;
	border: 1px solid #afafaf;
}
#table-of-contents > p {
	margin: 5px 0 0 0;
	padding: 0;
}
#last-modified, #copyright-declaration {
	font-size: 8pt;
}
#page-finalization {
	clear: both;
}
.nodisplay {
	display: none;
}
.important {
	color: #ff0000;
	background-color: inherit;
}
.top-link {
	text-align: right;
}
.red-alert {
	color: #b10505;
	background-color: inherit;
}
.yellow-alert {
	color: #da5a05;
	background-color: inherit;
}
.green-alert {
	color: #128d24;
	background-color: inherit;
}
.blue-alert {
	color: #0a2594;
	background-color: inherit;
}
.signature {
	font-family: "Lucida Sans", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
.signature, .signature a {
	color: #000000;
	background-color: inherit;
}
.signature a:link, .signature a:visited, .signature a:active {
	text-decoration: none;
}
.signature a:hover {
	text-decoration: underline;
}