body {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
	font-size: 12pt;
	margin: 2.5cm;
	width: 16cm;
}

#head {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	float: none;
	}
	
#head img {
	border: none;
	}

#head2 h1{
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	padding: 0;
	position: absolute;
	left: 0;
	float; none;
}

#leftmenu {
	display: none;
}


#body1 {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	font-size: 12pt;
	text-decoration: none;
	width: auto;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
}
#body1 h2 {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	}

#body1 a:link {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #2974e4;
	background-color: white;
	text-decoration: underline;
}

#body1 a:visited {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: Navy;
	background-color: white;
	text-decoration: underline;
}

div.printbreak {
	page-break-after: always;
	}

table {
	border: 3px groove #2974e4;;
	padding: 2px;
	border-collapse: collapse;
	}
	
th {
		border: 2px groove #2974e4;
		padding: 2px 5px 2px 5px;
	}
	
td {
		border: 2px groove #2974e4;
		padding: 2px 5px 2px 5px;
	}
	
td.subhead {
	font-style: italic;
	}
		