body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}
#content {
	margin: 4px;
}
#container, td {
	font-size: 0.9em;
}
.insetright {
 	float: right;
	width: 360px;
	text-align: center;
	font-size: 0.7em;
}
.insetleft {
 	float: left;
	width: 360px;
	text-align: center;
	font-size: 0.7em;
}
ul.prettylist {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-left: 1em;
}
ul.prettylist li {
	background-image: url(/images/smallbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding: 0.2em 0em 0.2em 1.4em;
}
.quote, .quoteby {
	margin: 0px 60px;
	font-size: 0.8em;
	font-style: italic;
}
.quoteby {
	text-align: right;
	font-style: normal;
}
a {  color: #336699; text-decoration: underline}
#screenfooter {
	font-size: 0.8em;
	text-align:center; 
}
@media screen {
	#container {
		width: 800px;
	}
	#printheader, #printfooter {
		display: none;
	}
}
@media print {
	#container {
		width: 100%;
	}
	#printheader {
		color: #00589F;
	}
	#screenheader, #screenfooter {
		display: none;
	}
}