a {
	background: #f6f6f6;
	color: #0000c0;
	text-decoration: underline;
}
a:hover {
	background: #e9e9f3;
	color: #0000c0;
}
a:visited {
	background: #f6f6f6;
	color: #664080;
}
a.external {
	background: #f6f6f6 url(external.png) center right no-repeat;
	color: #0000c0;
	text-decoration: underline;
	padding-right: 14px;
}
a.external:hover {
	background: #e9e9f3 url(external.png) center right no-repeat;
	color: #0000c0;
}
a.external:visited {
	background: #f6f6f6 url(external.png) center right no-repeat;
	color: #664080;
}
blockquote.short {
	font-style: italic;
}
body {
	background: #f6f6f6;
	color: #101010;
	font-family: "Bitstream Vera Sans", "Verdana", "Arial", sans-serif;
	font-size: 11pt;
	line-height: 1.4em;
	margin-bottom: 2%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 2%;
	text-align: justify;
}
div.footer {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid black;
	font-size: 55%;
	margin-top: 7em;
	text-align: right;
}
div.footer a {
	text-decoration: none;
}
div.header {
	border-bottom: 1px solid black;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	font-size: 85%;
	margin-bottom: 4em;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: right;
}
div.header a {
	text-decoration: none;
}
h1 {
	margin-left: -4%;
	margin-right: -4%;
	margin-bottom: 1.0em;
	margin-top: 2.0em;
	font-size: 135%;
}
h2 {
	margin-left: -2%;
	margin-right: -2%;
	margin-top: 2.0em;
	font-size: 115%;
}
h3 {
	margin-left: -1%;
	margin-right: -1%;
	margin-top: 1.5em;
	font-size: 110%;
}
p.aside, span.aside {
	font-style: italic;
	font-size: 90%;
}
