body {
	font-family:sans-serif;
	margin: 0em;
}
div {
	font-size: 0.9em;
}
p {
	text-align: left;
	font-size: 0.9em;
}
td { vertical-align: top; }

h1 {
	font-size: 2.5em;
	font-family: Monotype Corsiva, serif;
	color: #007BC5;
	font-weight: normal;
	padding-bottom: 0em;
	text-align: center;
}

h2 {
	font-size: 2em;
	font-family: Monotype Corsiva, serif;
	color: #007BC5;
	font-weight: normal;
	padding-bottom: 0em;
	text-align: center;
}

h3 {
	font-size: 1.15em;
	font-weight: bold;
	padding-top: 0em;
	padding-bottom: 0em;
}

a {
	text-decoration: underline;
	color: #007BC5;
}
a:hover {
	text-decoration: none;
	color: #f90;
}
a:focus {
	text-decoration: none;
	background: #FFFF99;
}

li {
	padding: 0em 1em 1em 0em;
}

.menu {
	text-decoration: underline;
	color: #007BC5;
}
.menu:hover {
	text-decoration: none;
	color: #f90;
}

.menu-cell {
	padding: 0.4em;
	background: #F9F9F9;
}

.sub-menu-cell {
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
	vertical-align: middle;
}

.nofrills {
	text-decoration: none;
	color: #000099;
}
.nofrills:hover {
	text-decoration: underline;
	color: #f90;
}

.hang {
	padding-left: 2.2em;
	padding-right: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	text-indent: -2em;
	text-align: left;
}

.indent {
	padding-left: 2.2em;
	padding-right: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.small_print { font-size: 0.8em }

.bread {
	font-size: 0.8em;
	color: #007BC5;
}

.crumb {
	color: #007BC5;
}
.red {
	color: red;
}

.quote-box {
	border: solid 1pt silver;
	padding: 1em 1em 1em 2em;
}
.quote {
	padding: 0 3em 0 0;
	font-style: italic;
}
