
body {
	margin-left: 3em;
	margin-right: 3em;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #FFFFFF;
	}
td {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #FFFFFF;
	}
a:visited, a:active, a:link {
	display: inline;
	color: #000033;
	}
.title {
	/* font-family: georgia, verdana, serif; */
	font-size: 20px;
	color: #222222;
	padding-top: 0px;
	margin-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	text-align: center;
	}
.heading {
	/* font-family: georgia, verdana, serif; */
	font-size: 16px;
	color: maroon;
	}
h1 {
	font-family: georgia, verdana, serif;
	font-size: 18px;
	}
h2 {
	font-family: georgia, verdana, serif;
	font-size: 16px;
	}
h3 {
	font-family: georgia, verdana, serif;
	font-size: 15px;
	}
h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	margin-top:5px;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #EEE;
	font-weight:normal;
	}
p {
	font-size: 14px;
	line-height: 20px;
	}
blockquote {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:6px;
	}
.smallcaps {
	text-transform: uppercase;
	font-size: 75%;
	font-face: inherit;
}
pre {
	font-size: inherit;
	line-height: inherit;
}
div.notes p, div.notes blockquote, div.notes pre {
	font-size:75%;
}
h1, h2, h3, h4, h5, {
	text-shadow: none;
	font-family: "lucida sans unicode", "lucida grande", arial, sans-serif;
}

@media print {
	.noprint { display: none; }
	}


