

body	{
	margin: 0;
	padding: 0;
	font-family: verdana, geneva, arial, sans-serif;
	color: #000000;
	background : #ffffff;
	}
div, p, th, td, li, dd, dl, dt {
/* redundant selectors to help NS4 not forget 
*/
    font-family:  verdana, geneva, arial, sans-serif;
    }
a {
	text-decoration:	underline;
	font-weight:	bold;
	}
a:link {
	color: #996666;
	background-color: transparent;
	}
a:visited {
	color: #666666;
	background-color: transparent;
	}
a:active {
	color: #000000;
	background-color: transparent;
	}
a:hover {
	color: #993333;
	background-color: transparent;
	text-decoration:	underline;
	}
dt {
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
.content {
	padding: 10px 20px;
	margin: 5% 15%;
	border: 1px dotted #666666;
/*	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: verdana, geneva, arial, sans-serif; 
	font-weight: bold; 
	color: #996666;
	background-color: transparent;
	margin: 5px 0 0 0;
	}
img {
/* turns off gaps around images 
*/
	border:	 0
	}
.vs0 {
	margin-top: 0;
	padding-top: 0;
	}
code, tt, pre {
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #0066cc;
	background-color: transparent;
	}
#footer {
	font: 10px verdana, geneva, arial, sans-serif;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
	text-align: left;
	}
.navt {
border-bottom: solid 1px #ffffff;
}
.navb {
border-bottom: solid 1px #cccccc;
border-top: solid 1px #cccccc;
}
.small {
	font-size: 11px;
	}
.white {
	color: #ffffff;
	background-color: #996666;
	}
.caption {
	font: 10px verdana, geneva, arial, sans-serif;
	color: #336666;
	background-color: transparent;
	}
.fineprint {
	font: 10px verdana, geneva, arial, sans-serif;
	color: #000000;
	background-color: #ffffff;
	padding: 5px 3px 7px 3px;
	border: 0;
	margin-bottom: 30px;
	text-align: center;
	}

