body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #333;
	padding: 10px 20px;
}
a {
	color: navy;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: none;
}
a.menu:hover {
	color: gold;
	text-decoration: none;
}
img {
	border: 2px inset white;
}
textarea {
	width: 590px;
	height: 50px;
}
textarea.suggestion {
	width: 660px;
	height: 80px;
	display: block;
}
ul {
}
li {
	margin: 5px 0px;
}
.table_view {
	border-spacing: 0px 0px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.button {
	position: relative;
	top: 0px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-top: 3px;
	background-color: lightgrey;
	width: auto;
	border: 1px outset lightgrey;
	font-size: 10pt;
}
.button_down {
	position: relative;
	top: 1px;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-right: 6px;
	padding-top: 4px;
	background-color: lightgrey;
	width: auto;
	border: 1px inset lightgrey;
	font-size: 10pt;
}
div.wrapper {
	text-align: left;
	border: 2px outset;
	background-image: url(bg.jpg);
	background-color: #DDF;
	background-repeat: no-repeat;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
div.content {
	padding: 15px;
}
div.filler {
	width: 20px;
	height: 20px;
}
fieldset.selection_group {
	margin: 10px;
}
table.selection {
	width: 100%;
}
table.selection td {
	padding: 3px 8px;
}
table.userdata td.caption {
	width: 100px;
	text-align:right;
}
.block {
	border: 1px solid gray;
	height: 22px;
	padding: 2px;
}
.block1 {
	overflow: hidden;
	text-align: center;
	color: white;
	background-color: navy;
	height: 22px;
	float:left;
	padding: 2px 0px;
}
.block2 {
	overflow: hidden;
	text-align: center;
	color: white;
	background-color: maroon;
	height: 22px;
	float:left;
	padding: 2px 0px;
}
.block3 {
	overflow: hidden;
	text-align: center;
	color: white;
	background-color: gray;
	height: 22px;
	float:left;
	padding: 2px 0px;
}
div.menu {
	height: 1.2em;
	background-color: gray;
	border-bottom: 1px solid orange;
	border-top: 1px solid orange;
	padding: 5px 15px;
}
div.header {
	text-align: center;
	padding: 20px;
}
div.menuitem {
	width: 100px;
	float: left;
}
div.footer {
	border-top: 1px #EEE solid;
	background-color: silver;
	text-align: center;
	padding: 20px;
}
div.footer a {
	color: gray;
}
div.footer a:hover {
	color: white;
}