body {
	margin: 0px;
	padding: 0px;
}




#contentcell {
margin: 0px auto 0px auto;
	background-color: transparent;
	padding: 1em 3em 1em 2em;
	border: 1px dashed red;
width: 650px;
}

.hidden{
visibility: hidden;
	display: none;
}


h1{
	visibilty:hidden;
	display: none;
}

h2 {
	background: transparent;
	font-family: arial,helvetica,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin:0px 0px 1em 0px;
	color:#006600;
}

h3 {
	background: transparent;
	font-family: arial,helvetica,sans-serif;
	font-size: 1.15em;
	font-weight: bold;
color:#000066;
}

h4 {
	background: transparent;
	font-family: arial,helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	}

h5 {
	background: transparent;
	font-family: arial,helvetica,sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

li {
	margin: 0.5em 0 0 0;
}

td, li, p, th {
	font-family: arial,helvetica,sans-serif;
	line-height: 1.35em;
	font-size:100%;
}



