body {
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-style: normal ;
	font-weight: normal ;
	color: #CCFFCC ;
	background-color: #006699 ;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-style: normal ;
	font-weight: normal ;
	font-size: 200% ;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-style: normal ;
	font-weight: normal ;
	font-size: 150% ;
}
h2.border {
	margin-top: 1em ;
	padding-top: 1em ;
	border-top: thin solid ;
}
a:link {
	color: #FFFF00 ;
	text-decoration: underline ;
}
a:visited {
	color: #00FFFF ;
	text-decoration: underline ;
}
p.address {
	font-size: 80% ;
	margin-top: 4em ;
	padding-top: 1em ;
	border-top: thin solid ;
}
p.border {
	margin-top: 1em ;
	padding-top: 1em ;
	border-top: thin solid ;
}
p.mylink {
	margin-top: 1pt ;
	margin-bottom: 1pt ;
	margin-left: 12pt ;
}
table {
	table-layout: fixed ;
	border-collapse: separate ;
	border-spacing: 3em ;
}
tr#center {
	text-align: center ;
	width: 100% ;
}
tr#left {
	text-align: left ;
	width: 100% ;
}
td#center {
	text-align: center ;
	width: 100% ;
	border: inset 5em ;
}
td#left {
	text-align: left ;
	width: 100% ;
	border: inset 5em ;
}

