@charset "ISO-8859-1";
body {
	background: #666;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 0.9em;
}
h1 , h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.75em;
	margin: 0 0 .25em 0;
}
h2  {
	font-size: 1.5em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
h3 {
	font-size: 1.25em;
	margin: 0.5em 0;
}
h4 {
	font-size: 1em;
	margin: 0.5em 0;
	line-height: 1.25;
}
p {
	font-size: 1em;
	line-height: 1.25;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
q {
	font: italic 1.5em/1.25 Georgia, "Times New Roman", Times, serif;
	display: block;
}
a {
	text-decoration: none;
}
ul {
	margin: 0px 0px 0px 40px;
	padding: 0px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
li {
	margin-bottom: 0.5em;
}
a:link, a:visited {
	color: #666;
}
a:hover, a:active {
	color: #999;
}
blockquote {
	display: block;
	padding: 0 60px;
	width: 450px;
	margin: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote:before, blockquote:after {
	color: #ccc;
	display: block;
	font-size: 700%;
	width: 50px;
}
blockquote:before {
	content: open-quote;
	height: 20px;
	margin-left: -0.55em;
}
blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -65px;
	margin-left: 445px;
}

.framed  {
	border: 1px solid #666;
}
.quote {
	font: italic 1.5em/1.25 Georgia, "Times New Roman", Times, serif;
}
.smallType {
	font-size: 65%;
}
.upperCase {
	text-transform:uppercase;
}
.number {
	font-size: 135%;
}
