h1 {color: black; font-size: 22pt}
h2 {color: blue; text-decoration: bold; font-style: italic; font-size: 18pt}
h3 {color: black; font-size: 16pt}
body {font-family: Verdana}
p {color: black;}
span.boost {text-decoration: underline}
ul {list-style-type:square; } 
img.picturelist {float:left; margin-right:2em; margin-bottom:1ex}
p.content {clear:both} 
table{
	width:98%;
	border-width: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
tr{
	height:50px
}
table td.left {
	
	text-align: left;
	vertical-align: center;
	padding-left:6px;
	border-width: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
table td.center {
	text-align: center;
	vertical-align: center;
	border-width: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	}
