body {
	background: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}
* {
	margin: 0;
	padding: 0;
}
h1 {
	font-size:14pt;
	font-weight: bold;
	color: #000;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 3px;
	display: inline;
}
h4 {
	font-size: 10pt;
}
a {
	color: #DDD;
	text-decoration: none;
}
a:visited {
	color: #DDD;
	text-decoration: none;
}
a:hover {
	color: #DDD;
	text-decoration: underline;
}
a:active {
	color: #DDD;
	text-decoration: none;
}
#headingbar {
	height: 20px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #2A542B;
	font-size: 11pt;
	padding-top: 2px;
	margin-bottom: 10px;
}
.noprint {
	display: none;
}
.thorluxlogo {
	border: 0px;
	float:left;
}
.printclearfloat {
	clear:both;
}
.printonly {	
	display:block;
	padding-top:28px;
	height:48px;
	margin-left:250px;
	text-align:left;
}
#officetable {
	font-size: 8pt;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77797E;
}
#officetable td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #77797E;
}
#officetable th {
	font-weight: bold;
	color: #2A542B;
	vertical-align: bottom;
}
.smalltext {
	font-size: 8pt;
}
.smallertext {
	font-size: 6pt;
}