body {
	background-color: #FFFFDD;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 5px;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #96C;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p, td {
	font-size: small;
	font-weight: normal;
	color: #000000;
}
a {
	color: #96C;
	font-weight: bold;
}
a:hover {
	color: #000000;
}


h2 {
	font-size: x-large;
	font-weight: bold;
	color: #96C;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
}
h3 {
	font-size: large;
	font-weight: normal;
	color: #669900;
}
.highlight {
	font-weight: bold;
	color: #F00;
}

.nav a {
	font-size: medium;
	font-weight: bold;
	color: #96C;
	text-decoration: none;
	margin: 3px;
	display: block;
	text-align: center;
	padding: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #96C;
	border-right-color: #E2D5F0;
	border-bottom-color: #E2D5F0;
	border-left-color: #96C;
	background-color: #EEE6F7;
}
li {
	font-size: small;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
	padding: 2px;
}

.nav a:hover {
	color: #EEE6F7;
	text-decoration: underline;
	background-color: #96C;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE6F7;
	border-right-color: #96C;
	border-bottom-color: #96C;
	border-left-color: #EEE6F7;
}
.nav {
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}


.small {
	font-size: x-small;
}

th h4     {
	font-size: medium;
	color: #669900;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-weight: normal;
}
.border {
	border: 1px solid #000000;
}
.leftline {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #96C;
}
.address {
	font-size: small;
	font-weight: normal;
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E2D5F0;
	border-right-color: #E2D5F0;
	border-bottom-color: #E2D5F0;
	border-left-color: #E2D5F0;
}

.bottomline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #96C;
}

