body	{
	margin:		15;
	padding:	0;
	font-family: helvetica, georgia, "Book Antiqua", palatino, serif;
	color:	#000;
	background : #e2e2e2;
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  helvetica, georgia, "Book Antiqua", palatino, serif;
    }
a	{
	color:	navy;
	text-decoration:	underline;
	font-weight:	normal;
	}
a:link	{
	color:	navy;
	background-color: transparent;
	}
a:visited	{
	color:	#999;
	background-color: transparent;
	}
a:active	{
	color:	navy;
	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;
	}
p {
    color: #ffffff
	margin-top: 0; padding-top: 0;
	line-height: 1.3em;
	font-size:	12px;	
	font-family: helvetica, georgia, "Book Antiqua", palatino, sans-serif;
	}
h1	{
	font-size:	22px;
	color: #000000;
	font-weight: bold;
	}

h5	{
	font-size:	14px;
	}

h6	{
	font-size:	12px;
	}
.first 	{
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	}
h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	background-color: transparent;
	margin:	5px 0 0 0;
	}
img	{
		/* turns off gaps around images */
	border:	0px none; 
	}

.pile { 
    position: absolute; 
    top: .4in; 
    }
    


/* Photo Zoom CSS */

div.zoom img { float:right; 
margin:0px 0px 5px 10px; 
border:1px solid #369 }

/* End Photo Zoom CSS */