/* CSS Document */

body {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	/*	
	font-size: 10pt;
	*/
}

p {
	margin-left: 0.5cm;
	margin-right: 0.5cm;
	margin-bottom: 0.5cm;
	vertical-align: top;
	font-size: 10pt;
}

h1 {
	margin-left: 0.5cm;
	margin-right: 0.5cm;
	margin-top: 20px;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
}

h2 {
	font-weight: normal;
	color: black;
	margin-left: 40px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10pt;
}

h3 {
	margin-left: 1cm;
	margin-right: 0.5cm;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

.maintext {
	font-size: 10pt;
	color: black;
	padding: 10px;
	text-align: left;
	/*	
	vertical-align: top;
	*/
}

a {
	text-decoration: none;
	color: #004F4F;
	font-weight: bold;

}

a:hover {
	color: #00A8A8;
}

.image-inline {
	margin: 10px;
}

.copy {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
}

.smallrow {
	font-size: 1px;  /* for Netscape - to keep the height of the table rows small */
	height: 1px;
}

.bottommenu {
	font-family: "Courier New", Courier, mono;
	font-size:8pt;
	padding: 10px;
	color: #000000;
}

.bottommenu a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.bottommenu a:hover {
	color: #000000;
	font-weight: bold;
}

