body {
	font-family: comic sans ms,verdana,arial,geneva,helvetica,sans-serif;
	margin: 0em;
	background-color: white;
	color: black;
}

div.bodydiv {
	padding: 1em;
	background-color: white;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div.bodydivwide {
	padding: 1em;
	background-color: white;
}

a img {
	border:none;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #CC0099;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: verdana,arial,geneva,helvetica,sans-serif;
	font-weight: bold;
	color: #336699;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.serif {
	font-family: georgia,times new roman,times,roman,sans-serif;
}

.sans-serif {
	font-family: verdana,arial,geneva,helvetica,sans-serif;
}

.larger {
	font-size: 120%;
}
.smaller {
	font-size: 80%;
}
.tight {
	margin: 0.1em;
}

table.table-simple {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}
table.table-simple th {
	border-width: 1px;
	padding: 0.1em 0.5em 0.1em 0.5em;
	border-style: solid;
	border-color: black;
}
table.table-simple td {
	border-width: 1px;
	padding: 0.1em 0.5em 0.1em 0.5em;
	border-style: solid;
	border-color: black;
}

table.table-blue {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
}
table.table-blue th {
	border-width: 1px;
	padding: 0.1em 0.5em 0.1em 0.5em;
	border-style: solid;
	border-color: white;
	text-align: center;
	vertical-align: center;
	background-color: #88CCEE;
}
table.table-blue td {
	border-width: 1px;
	padding: 0.1em 0.5em 0.1em 0.5em;
	border-style: solid;
	border-color: white;
	text-align: center;
	vertical-align: center;
	background-color: #AADDFF;
}-->

