
body {
	font-family: arial, sans-serif;
	background-color: #036;
	margin: 0;
}

.small {
	font-size: 80%;
}


.content {
	background-color: white;
	padding: 5px;
	padding-bottom: 2em;
}

p.navbutton {
	padding: 0;
	space-after: 0;
	margin-bottom: 3px;
	margin-top: 0px;
}

.banner {
	background-color: white;
	padding: 0px;
}

.copyright {
	font-size: 80%;
	color: silver;
	padding: 2px;
}

.errmsg {
	color: #c00;
	font-size: 80%;
}

.highlight { 
	color: #c00;
	font-weight: bold;
}

table.block, table.alertblock {
	border: solid black 2px;
	margin: 0;
	margin-bottom: 5px;
	width: 100%;
}

table.block td, table.alertblock td {
	padding: 3pt;
	font-size: 80%;
}

table.block td {
	background-color: #fff; 
}

table.alertblock td {
	background-color: #fcC; 
}

table.calendar {
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: 0;
	border-bottom: 0;
}

td.calendar {
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: 0;
	border-top: 0;
	background-color: #9cf;
	font-size: 70%;
}

td.calendarBlank {
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: 0;
	border-top: 0;
	background-color: #69c;
	font-size: 70%;
}

td.calendarHighlight {
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: 0;
	border-top: 0;
	background-color: white;
	font-size: 70%;
}

td.calendarHead {
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: 0;
	border-top: 0;
	background-color: #069;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 70%;
}

sup {
	font-size: 80%;
}

ul li {
	list-style-type: square;
}

.column {
	background-color: #9cf;
	padding: 5px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "arial black", sans-serif; 
	color: #069;
}

a {
	font-family: arial, sans-serif;
	color: #069;
	text-decoration: underline;
}

a.copyright {
	color: silver;
}

a:hover {
	color: #09f;
}

