body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-image: url(/images/pedchart-button.gif);
	color: #000000;
	margin-right: 5%;
	margin-left: 5%;
}
a:active {  color: #000000; }
a:hover {  color: #000000; background-color: #FFFF00; }
a:link {  color: #000000; }
a:visited {  color: #000000; }
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em .8em;
	font-weight: normal;
	text-align: center;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 0.76em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
table {
	font-size: 0.76em;
	}
td, th	{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.0em;
	text-align: center;
	}

li > p {
	margin-top: 0.2em;
	font-size: 0.76em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
.menu {
	font-size: 0.76em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #FFFFB9;
	padding-bottom: .5em;
	padding-top: .5em;

}
.parenthetical {
	font-size: 1.0em;
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}



.chaptertitle {
	text-align: center;
	font-size: 1.7em;
	margin: 1.2em 0em .8em;
	font-weight: normal;
	text-align: center;
}
.content {
	font-size: 1.0em;
	margin: 0em;
	color: #000000;
	background-color: #FFFFB9;
	padding: 1em;

	}
.tablecenter {
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	width: 90%;
	font-size: 1.0em;
}
.tablecenter td {
	padding-right: 10px;
	padding-left: 10px;
		font-size: 1.0em;
	text-align: center;
}

