
body {
	font-family: georgia, arial, sans-serif;
	background-color: #bbb; /*#e07f7f;*/
	margin: 0;
	font-size: 12pt;
}

.small {
	font-size: 80%;
}


.content {
	background-color: white;
	padding: 5px;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 10px;
	padding-right: 10px;
}

p.navbutton {
	padding: 0;
	space-after: 0;
	margin-bottom: 0px;
	margin-top: 0px;
}

.banner {
	background-color: white;
	padding: 0px;
}

.copyright {
	font-size: 80%;
	color: black;
	padding: 2px;
}

.errmsg {
	color: #c00;
	font-size: 80%;
}

.highlight { 
	color: #c00;
	font-weight: bold;
}

table.block, table.alertblock {
	border: solid #666 2px;
	margin: 0;
	margin-bottom: 0px;
	width: 100%;
	margin-top: 10px;
}

table.block td, table.alertblock td {
	padding: 3pt;
	font-size: 80%;
}

table.block td {
	background-color: #eee; 
}

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: #eee;
	font-size: 80%;
}

span.num {
	font-size: 115%;
}

td.calendarBlank {
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: 0;
	border-top: 0;
	background-color: #999;
	font-size: 80%;
}

td.calendarHighlight {
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: 0;
	border-top: 0;
	background-color: white;
	font-size: 80%;
}

td.calendarHead {
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: 0;
	border-top: 0;
	background-color: #900;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 80%;
}

td.link {
	padding-bottom: 2em;
}

sup {
	font-size: 80%;
}

ul li {
	list-style-type: disc;
}

li
{
	padding-bottom: 0.5em;
}

.column {
	background-color: #f7f7f7;
	padding: 5px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, "arial black", sans-serif; 
	color: #b00;
	font-weight: bold;
}

h1, h2 {
	border-bottom: double 3px #d00;
}

a {
	font-family: georgia, arial, sans-serif;
	/* color: #069; */
	color: #800;
	text-decoration: underline;
}

a.copyright {
	color: black;
}

a:hover {
	/* color: #09f; */
	color: #d00;
}

