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

/* zero everything */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

#maincontainer {
	width: 17cm;
	position: relative;
	margin: 0 auto;
	}

#video {
	visibility: hidden;
	height: 0cm;
	}

#content {
	width: 12cm;
	float: left;
	}
	
#content img {
	border-width: 0px;
	border-style: none;
}

#content h1 {
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 12pt;
	}
	
#content h2 {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10pt;
	}
	
#content h3 {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 8pt;
	}

#content p {
	padding-bottom: 8pt;
	}
	
.marked {
	font-style: italic;
	}
	
#rightcolumn {
	float: right;
	width: 5cm;
	}

#rightcolumn p {
	padding-bottom: 10pt;
	}
	
#hide {
	visibility: hidden;
	height: 0cm;
	}
	
#footer {
	text-align: center;
	padding-top: 6pt;
	padding-bottom: 8pt;
	clear: both;
	border-top: 1px solid #008000;
	}
	
#lastupdate {
	font-size: 8pt;
	text-align: center;
	}
