/*
Generic
*/
/* Top Elements */

* { margin: 0; padding: 0; outline: 0 }

body {
	color: #666;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 170%;
	background-color: #E0E0E0;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* Paragraph */
p {
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 10px;
}

a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #030;
	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: #9C0;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
	border-bottom: 1px solid #E4F2C8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
}
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: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 160%;
	margin-top: 1em;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 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 {
	margin: 15px 10px;
	padding: 5px 7px 5px 40px;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.6em;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #9C0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
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;
}

