h1 {
	font-family: sans-serif;
	font-size: 24px;
	color: mediumblue;
		list-style-position: inherit;
}

h2 {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 13px;
	color: indigo;
	
}

h3 {
	font-family: Palatino Linotype;
	font-size: 12px;
	font-weight: bold;
	color: SeaGreen;
	text-decoration: underline;
}

h4 {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}

background {
	background-image: url(/images/springbank.jpg);
	background-repeat: repeat-y;
}
ul {
	list-style-position: outside;
	table-layout: auto;
	marker-offset: inherit;
	height: inherit;
	width: inherit;
	top: 5px;
	right: 5px;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
p {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: mediumblue;
	left: 20px;
	top: 5px;
}
h5 {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
tr {
}
