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

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a6869;
}
body {
	margin-top: 40px;
}
a:link {
	color: #6a6869;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6a6869;
}
a:hover {
	text-decoration: none;
	color: #aca592;
}
a:active {
	text-decoration: underline;
	color: #6a6869;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom:0px;
	
}.heading {
	font-weight: bold;
	color: #333333;
}

ul {
	margin-top:7px;
	padding-left:14px;

}.halfspace {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 3px;
	padding-bottom:0px;
}

.halfspacehead {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom:0px;
}