@charset "UTF-8";
/* CSS Document */

/* ------------- general ------------------- */
body, p {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	color:#000000;
}
h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 22pt;
	color: #000000;
}
h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 13pt;
	color: #000000;
	text-transform: uppercase;
	margin: 5px auto 10px;
}
h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 13pt;
	color: #000000;
	text-transform: uppercase;
	margin-bottom:0px;
}
h4 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 13pt;
	color: #000000;
	font-weight: bold;
}
img {
	border: none;
}
img.border {
	border: solid 1px #000000;
}
a {
	color: #000000;
	text-decoration: underline;
}
.search, .search a img, #menutop, #menuleft {
	display: none;
}
#content {
	width: 100%;
	font-size:12pt;
}
