/*
Generic
*/
html {
	background-color: #fff;
/*	background-image: url(Images/Background.png); background-repeat: no-repeat;*/
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
a {
	color: #009999;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #CC3300;
	text-decoration: underline;
}
em {
	font-style: oblique;
}
h1 {
	color: #999;
	font-family: Trebuchet MS, Verdana, sans-serif; font-size: 2em; font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
h2 {
	color: #005555;
	font-family: Verdana, sans-serif; font-size: 1.4em; font-weight: bold;
	line-height: 1.5em;
	margin: 1em 0;
	text-transform: uppercase;
}
h3 {
	color: #333;
	font-family: Verdana, sans-serif; font-size: 1.3em; font-weight: bold;
	line-height: 1.5em;
	margin: 1em 0;
}
h4 {
	color: #000;
	font-family: Verdana, sans-serif; font-size: 1.2em; font-weight: bold;
	line-height: 1.5em;
	margin: 0.66em 0;
}
hr {
	border-color: #999;
	border-style: solid;
	border-width: 0 0 0.1em 0;
	clear: both;
	color: #999;
	height: 0.1em;
}
div.Rule {
	background-color: inherit;
	border-color: #999; border-style: solid; border-width: 0 0 0.1em 0;
	clear: both;
	height: 0;
	overflow: hidden;
	margin: 2em 0;
}
img {
	border: 0;
}
p {
	font-family: Verdana, sans-serif; font-size: 1.2em;
	line-height: 1.5em;
	margin: 1em 0;
}
.Compact {
	margin: 0;
}
.Small {
	font-size: 1.1em;
}
ul {
	font-family: Verdana, sans-serif; font-size: 1.2em;
	line-height: 1.5em;
	list-style-type: square;
	margin: 1em 2em 2em 2em;
	padding: 0;
}
ul li {
	margin: 0.5em 1em 0.5em 0;
	padding: 0;
}
/*
blockquote:before {
	content: "“"
}
blockquote:after {
	content: "”";
}
*/
blockquote {
	color: #444;
	font-family: Trebuchet MS, Verdana, sans-serif; font-size: 1.5em;
	line-height: 2em;
	margin: 1.5em 0;
	padding: 0 2em;
	text-align: justify; text-justify: distributed;
	text-indent: 1em;
	width: 18em;
}
blockquote .Author {
	float: right;
	font-weight: bold;
	margin: 0.5em 3.5em 0 0;
}
pre {
	font-family: Consolas, Lucida Console, monospace; font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
}

