body {
	background: white;
	color: black;
	font-family: arial, sans-serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

h2 {font-size: 16pt;}

h3 {font-size: 14pt;
	text-decoration: underline;}
	
h4.under { text-decoration: underline;
 font-size: 12pt;
 font-weight: normal;}
 
#nav {display: none;}


#wrapper {margin: 0;}

#header {display: none;}

#logo {text-align: center;}

special {display: none;}

#title { display: none;}
		

#container { width: 100%;
			}

			
#content { margin: 0;
		width: 100%;
		background: white;
		color: black;
		padding: 0;
}

li {font-style: oblique;
	font-size: 10pt;
	list-style-type: disc;
	text-align: left;
	margin-left: 4em;
	}
	
.invis {color: black;}


.small {font-size: 8pt;}

#container.white {background:white;}


img.right {float: right;
			margin: 1em;
			}
			
img.left {float: left;
			margin: 1em;
			}
			
#footer {display: none;}


