<!--
body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #930;
	background : #fff;
}

.quote {
	margin-top:8px;
	margin-right:8px;
	margin-bottom:8px;
	margin-left:-15px;
}

.inlinepic {
	margin-top:8px;
	margin-right:8px;
	margin-bottom:8px;
	margin-left:-15px;
}

div, p, th, td, li, dd, dl, dt    {
		/* redundant selectors to help NS4 not forget */
	font-family: Geneva, Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #630;
	background-color: transparent;
}
a:visited {
	color: #300;
	background-color: transparent;
}
a:active {
	color: #000;
	background-color: transparent;
}
a:hover {
	color: #960;
	background-color: transparent;
	text-decoration: none;
}
dt  {
	font-weight: bold;
}
ol, li, dl, dt, dd {
	line-height: 1.5em;
}
.content {
	padding: 5px 20px;
	margin: 0% 3%;
	text-align:left;
}
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
}	
h1 {
	font-size: 24px;
}
	
h2 {
	font-size: 22px;
}
	
h3 {
	font-size: 19px;
}
	
h4 {
	font-size: 18px;
}
	
h5 {
	font-size: 14px;
}
	
h6 {
	font-size: 12px;
}		
.first  {
	margin-top: 0; 
	padding-top: 0;
}	
h1, h2, h3, h4, h5, h6 {
	font-family: Impact, Geneva, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #930;
	background-color: transparent;
	margin: 5px 0 0 0;
}

.subtitle {
	margin-left: -20px;
}

#title {
	margin-top:-22px;
	margin-bottom:15px;
	margin-left:70px;
}

img {
		/* turns off gaps around images */
	border: 0;
}
.vs0 {
	margin-top: 0;
	padding-top: 0;
}
.ahem {
	display: none;
}
code, tt, pre {
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #C63;
	background: transparent;
}
#footer, .marginalia {
	font: 10px Geneva, Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
}
.libnavt {
border-bottom: solid 1px #fff;
}
.libnavb {
border-bottom: solid 1px #ccc;
border-top: solid 1px #ccc;
}
.small {
	font-size: 11px;
}
.white {
	color: #fff;
	background-color: #930;
}	
.choicesbox {
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	color: #fff;
	background-color: #930;
	border: 1px dotted #366;
}
.choicesbox2 {
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	color: #000;
	background-color: #fff;
	border: 1px dotted #366;
}
.choicesbox a:link {color: #000}
.choicesbox a:visited {color: #333}
.choicesbox a:active, .choicesbox a:hover {color: #fff}
.subnav {
	font: bold 14px/1.5em Geneva, Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
}
.caption {
	font: 10px Geneva, Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #366;
	background-color: transparent;
}
.fineprint {
	font: 10px Geneva, Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	padding: 5px 3px 7px 3px;
	border: 0;
	margin-bottom: 15px;
}
-->