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

body {
	height: 100%;
	text-align: left;
	width: 100%;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

#pagemargins {
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

#page {
	height: 400px;
	margin-top: 88px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, Verdana, Arial;
	border-width: 0px;
}

#header {
	border-bottom-color: #4c4c4c;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	width: 100%;
}

h3 {
	line-height: 120%;
}

.text, .center, .right, .left {
	min-width: 180px;
	width: auto;
	height: auto;
	padding-right: 20px;
	margin-right: 36px;
	float: left;
	line-height: 150%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.line {
	clear: both;
	float: none;
}

p {
	margin-bottom: 5px;
	padding: 0px;
}

#footer {
	clear: both;
	border-top-color: #4c4c4c;
	border-top-width: 1px;
	border-top-style: dotted;
}

#content {
	clear: both;
	margin-bottom: 20px;
	height: 400px;
}

h4 {
	margin-bottom: 5px;
	margin-top: 2px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

a {
	border-bottom-color: #4c4c4c;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #4c4c4c;
	text-decoration: none;
}

a:hover {
	border-bottom-color: #2268b0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #2268b0;
}


