body {
	background-color: #DDDDDD;
	font: normal 15px Arial;
	color: #FFFFFF;
}

form {
	margin: 0;
}

div {
	margin: 0;
	padding: 0;
	font: normal 15px Arial;
	line-height: 1.4;
}

table {
	margin: 0;
	font: normal 15px Arial;
	line-height: 1.4;
}

table.a {
	border: 1px solid #888FAA;
	border-top: 0;
	border-right: 0;
	text-align: center;
}

td.a {
	border: 1px solid #888FAA;
	border-bottom: 0;
	border-left: 0;
	padding: 4px 8px;
}

a:link, a:active, a:visited {
	color: #CCDDFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
}

a.menu:link, a.menu:active, a.menu:visited {
	color: #CCDDEE;
	font: normal 18px Arial;
	text-decoration: none;
	width: 100%;
}

a.menu:hover, a.menu_active:link, a.menu_active:active, a.menu_active:visited, a.menu_active:hover {
	color: #FFFFFF;
	font: normal 18px Arial;
	text-decoration: none;
	width: 100%;
}

.head {
	font-size: 18px;
	text-align: center;
}

h1 {
	font: normal 22px Arial;
	margin: 0;
}

h2 {
	font: normal 18px Arial;
	margin: 0 0 8px 0;
}

h3 {
	color: #000044;
	font: bold 16px Arial;
	margin: 0 0 4px 0;
}

.text {
	width: 128px;
	font: normal 14px Arial;
	color: #000077;
	border: 2px solid #CCCCDD;
}

.textlong {
	width: 388px;
	font: normal 14px Arial;
	color: #000077;
	border: 2px solid #CCCCDD;
}

.file {
	_width: 512px;
	font: normal 14px Arial;
	color: #000077;
	border: 2px solid #CCCCDD;
}

.button, .short_button, .long_button {
	background-color: #335577;
	border: 2px solid #CCCCDD;
	border-bottom-color: #222244;
	border-right-color: #222244;
	color: #EEEFFF;
	font: bold 12px Arial;
}
.button {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 120px;
}
.short_button {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 56px;
}
.long_button {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 175px;
}

.message {
	background-color: #DDDDDD;
	border: 2px solid #335577;
	color: #335577;
	font-weight: bold;
	margin: 1em;
}

.error {
	background-color: black;
	border: 2px solid white;
	color: white;
	font-weight: bold;
	margin: 1em;
}

#admin-menu {
	position: relative;
	top: -28px;
	left: 256px;
	width: 600px;
}

img {
	border: 0;
	margin: 0;
}

br {
	clear: both;
}
