html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	text-align: justify;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

.selected {
	border: solid 1px black;
	border-bottom: none;
}

.normal {
	border: solid 1px black;
}

.tab {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

.middlecell {
	border-bottom: solid 1px black;
}

.main {
	padding: 5px;
	border: solid 1px black;
	border-top: none;
}

.highlight {
	background-color: #FFFDD0;
	cursor: pointer;
}

.title {
	font-size: 24px;
	font-style: italic;
	color: #580506;
}

.bigtitle {
	font-size: 36px;
}

.error {
	color: red;
	font-weight: bold;
}

.floatright {
	float: right;
	text-align: center;
	padding: 0px 0px 5px 5px;
}

.floatleft {
	float: left;
	text-align: center;
	padding: 0px 5px 0px 0px;
}