body	{
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	background : #369;
}
div, p, th, td, li, dd, dl, dt    {
	/* redundant selectors to help NS4 not forget */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a	{
	text-decoration:	underline;
	font-weight:	bold;
	}
a:link	{
	color:	#369;
	background-color: transparent;
	}
a:visited	{
	color:	#999;
	background-color: transparent;
	}
a:active	{
	color:	#000;
	background-color: transparent;
	}
a:hover	{
	color:	#066;
	background-color: transparent;
	text-decoration:	underline overline;
	}
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
.content {
	padding: 10px 20px;
	margin: 5% 15%;
	border: 1px dotted #333;
	background-image: url(../images/contentfill.gif);
	}
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	}
h1	{
	font-size:	24px;
	}

h2	{
	font-size:	22px;
	}

h3	{
	font-size:	20px;
	}

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: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #369;
	background-color: transparent;
	margin:	5px 0 0 0;
	}
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: #06c;
	background: transparent;
	}
#footer, .marginalia {
	font: 10px geneva, verdana, 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: #369;
	}
.choicesbox {
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	color: #fff;
	background-color: #69C;
	border: 1px dotted #369;
	}
.choicesbox2 {
	margin-top: 10px;
	padding: 3px 5px 5px 10px;
	color: #000;
	background-color: #fff;
	border: 1px dotted #369;
	}
.choicesbox a:link {color: #000}
.choicesbox a:visited {color: #333}
.choicesbox a:active, .choicesbox a:hover {color: #fff}
.subnav {
	font: bold 14px/1.5em palatino, georgia, times, "times new roman", serif;
	color: #999999;
	text-align: center;
	}
.caption {
	font: 10px geneva, verdana, sans-serif;
	color: #369;
	background-color: transparent;
	}
.fineprint {
	font: 10px geneva, verdana, sans-serif;
	color: #000;
	background-color: #fff;
	padding: 5px 3px 7px 3px;
	border: 0;
	margin-bottom: 2px;
	text-align: center;
	}

ul          { list-style: square; }

.black      { background-color: #000000; color: #FFFFFF; font-size: 80%; }
.gray       { background-color: #CCCCCC; color: #000000; font-size: 80%; 
	      line-height: 150%; }
.darkgray   { background-color: #666666; color: #CCCCFF; font-size: 80%; }
.white      { background-color: #FFFFFF; color: #000000; font-size: 80%; }
.darkblue   { background-color: #000066; color: #CCCCFF; font-size: 80%; }