h1 {
	font-size: 10pt;
	color: rgb(255,100,0);
	font-family: arial narrow;
	letter-spacing: 1px;
	font-weight: lighter;
	margin-top: -1px;
	margin-bottom: -1px;
}

h2 {
	font-family:Arial Narrow;
	font-size:16pt;
	font-weight:lighter;
	letter-spacing:0px;
	margin-top: -1px;
	margin-bottom: -1px;
}

h3 { 
	font-size: 10pt;
	color: rgb(255,100,0);
	font-family: "Arial Narrow";
	font-weight: lighter;
	letter-spacing: 1px;
	margin-top: -1px;
	margin-bottom: -1px;
}

.Text {
	font-weight: normal; 
	font-size: 10pt; 
	font-family: trebuchet ms;
}

.TextBold {
	font-weight: normal; 
	font-size: 10pt;
	font-weight:bold;
	font-family: trebuchet ms;
}

.TextWhite {
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: trebuchet ms;
}

.TextGrey {
	font-weight: normal;
	font-size: 8pt;
	font-family: trebuchet ms;
	color: rgb(102,102,102);
}

.TextBoldGrey {
	font-weight: normal; 
	font-size: 8pt;
	font-weight:bold;
	font-family: trebuchet ms;
	color: rgb(102,102,102);
}

.TextSmall {
	font-weight: normal; 
	font-size: 8pt; 
	font-family: trebuchet ms;
	color: black;
}

.HeadlineOhneH {
    font-size: 10pt;
    color: rgb(255,100,0);
    font-family: arial narrow;
    letter-spacing: 1px;
    font-weight: lighter;
    margin-top: -1px;
    margin-bottom: -1px;
}
							