/* CSS Document */

/********************
FONT STYLES AND SUCH
*********************/

	body {
		margin:10; padding:0;
		font: .75em, georgia, serif;
		background-image: url(../css/1_long0000178.jpg);
		}
		
	h2 {
		font-size: 13pt;
		}

	h3 {
		font-size: 11.5pt;
		font-weight: bold;
		}

	img.main {
		margin-top: 5;
	}
		
	.localHead {
		font-size:1.19em;
		}

	.indent {
		margin-top:-9px;
		text-align: left;
		margin-left: 8px;
		}
		
	
	.minorHead {
		font-size: 1.19em;
		font-weight: bold;
		margin-left: 8px;
		}
		
	table {
		background: #fff;
		border:0;
		font-size: 1.0em;
		padding: 5;
		}
		
	table.nav {
		font-size: 1.4em;
		}


	a:link, a:visited {
		text-decoration: none;
		}
	
	a:hover {
		text-decoration: underline;
		}
