body {
	margin: 0;
	padding:	0;
	color:	#000;
	background : #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	}
div, p, th, td, li, dd, dl, dt {
    /* redundant selectors to help NS4 not forget */
    font-family: verdana, arial, helvetica, sans-serif;
    }
a {
	text-decoration: underline;
	font-weight: bold;
	}
/* Order psuedoclasess properly: LVHA */
a:link {
	color:	#699;
	background-color: transparent;
	}
a:visited {
	color:	#999;
	background-color: transparent;
	}
a:hover {
	color:	#066;
	background-color: transparent;
	text-decoration:	underline overline;
	}
a:active	{
	color:	#000;
	background-color: transparent;
	}
dt {
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
.content {
	padding: 10px 20px;
	margin: 5% 15%;
	border: 1px dotted #333;
	}
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: #699;
	background-color: transparent;
	margin:	5px 0 0 0;
	}
img {
	/* turns off gaps around images */
	border:	0;
	display: block;
	}
.inline {
	display: inline;
}
code, tt, pre {
	font: 12px "courier new", monaco, courier, monospace;
	color: #06c;
	background: transparent;
	}
#footer {
	font: 10px verdana, arial, helvetica, sans-serif;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
	}
.small {
	font-size: 11px;
	}
.white {
	color: #fff;
	background-color: #699;
	}
.caption {
	font: 10px verdana, arial, helvetica, sans-serif;
	color: #366;
	background-color: transparent;
	}
.fineprint {
	font: 10px verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	padding: 5px 3px 7px 3px;
	border: 0;
	margin-bottom: 30px;
	text-align: center;
	}

