body {
	font-family: verdana, arial, sans-serif;
}

.topmenu {
	background-color: #2222bb;
	font-size: 0.9em;
}

.topmenu a {
	color: #FFFFE8;
	font-weight: bold;
	text-decoration: none;
}

.topmenu a:hover {
	color: #E6E41A;
}

.topmenuSelected, .topmenuSelected a {
	background-color: #0000ff;
	color: #E6E41A;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
}

#page-content {
	font-size: 0.8em;
	padding: 8px;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

.txterror {
	color: #aa2222;
}

.txtsuccess {
	color: #22aa22;
}

