body {
	margin: 0;
	padding: 0;
	color: black;
}

.noprint {
	display: none;
}

.print {
	display: inline;
}
p, li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.green {
	color: #186B4C;
	background-color: transparent;
	font-weight: bold;
}

p.error {
	color: white;
	background-color: #c36;
	font-weight: bold;
	padding: 3px;
}

.smallwhite {
	font-size: 10px; 
	color: white;
	background-color: transparent;
}
.smallblack {
	font-size: 10px; 
	color: black;
	background-color: transparent;
	margin-top: 0px;
}
.mini {
	font-size: 10px;
}
.klein {
	font-size: 9px;
}

h1 {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	background-color: transparent;
}
h2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: transparent;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
}

th {
	font-size: 10px;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
}

td {
	font-size: 9px;
	color: black;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}

.ahem {
	display: none;
}
