BODY {
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: auto;
}

H1 {
	background-color: transparent;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

p {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.smalltext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.smalltext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.noline a:link {
	text-decoration: none;
}

.noline a:visited {
	text-decoration: none;
}

.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.largetext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.largetext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.errortext {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}

.grid {
	border-color: #efb240;
	border-style: solid;
	border-width: .05em;
}

.white {
	background-color: white;
}

.black {
	background-color: black;
}

.bg_dark {
	background-color: #ff9900;
}

.bg_medium {
	background-color: #ff9e0f;
}

.bg_light {
	background-color: #affff0;
}

.alt_bg_dark {
	background-color: #066fa0;
}

.alt_bg_medium {
	background-color: #2794d8;
}

.alt_bg_light {
	background-color: #5fb0d8;
}

.copyright {
	font-size: .8em;
	text-align: center;
}

.menu_title {
	font-weight: bold;
	text-align: left;
}