@CHARSET "UTF-8";

body {
	font-family: "Times New Roman", Times, serif;
	background: white;
	color: black;
	font-size: 100%;
	max-width:960px;
	margin:0 auto;
}
h1, h2, h3, #menu {font-family: Verdana, Arial, Helvetica, sans-serif;}
h1 {
	color: #582c83;
	font-size: 175%;
}
h2 {
	color: #582c83;
	font-size: 125%;
	font-style: italic;
	text-align: center;
}
h3 {
	color: #582c83;
	font-size: 110%;
}
strong {
	text-decoration: none;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #FF1493;
}
a:hover {
	color: black;
	background: ##d3d3d3;
}
ul#menu {
	list-style: none;
	background: #582c83;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: .5em;
	padding-right: .5em;
	text-align: center;
	margin: 0;
	min-width: 45em;
}
ul#menu li {
	display: inline;
	white-space: nowrap;
}
ul#menu li a {
	color: white;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: .5em;
	padding-right: .5em;
}
table#title {
	border: none;
	vertical-align: middle;
}
table#history {
	display: table;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table#history thead {
	display: table-header-group;
	background: #582c83;
	color: white;
	text-align: center;
	font-weight: bold;
}
table#history tbody {
	display: table-row-group;
	background: #d3d3d3;
	color: black;
	text-align: left;
}
table#history tr.t1 {
	background: #d3d3d3;
}
table#history tr.t2 {
	background: white;
}
table.form {
	display: table;
	border: none;
	vertical-align: middle;
}
.error {
	color: #ff0000;
	font-weight: bold;
	visibility: hidden;
}