@font-face {
    font-family: 'open_sansregular';
    src: url('webfonts/opensans_regular/OpenSans-Regular-webfont.eot');
    src: url('webfonts/opensans_regular/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/opensans_regular/OpenSans-Regular-webfont.woff') format('woff'),
         url('webfonts/opensans_regular/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('webfonts/opensans_regular/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('webfonts/opensans_italic/OpenSans-Italic-webfont.eot');
    src: url('webfonts/opensans_italic/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/opensans_italic/OpenSans-Italic-webfont.woff') format('woff'),
         url('webfonts/opensans_italic/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('webfonts/opensans_italic/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('webfonts/opensans_bold/OpenSans-Bold-webfont.eot');
    src: url('webfonts/opensans_bold/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/opensans_bold/OpenSans-Bold-webfont.woff') format('woff'),
         url('webfonts/opensans_bold/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('webfonts/opensans_bold/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('webfonts/opensans_semibold/OpenSans-Semibold-webfont.eot');
    src: url('webfonts/opensans_semibold/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/opensans_semibold/OpenSans-Semibold-webfont.woff') format('woff'),
         url('webfonts/opensans_semibold/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('webfonts/opensans_semibold/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
	background: #FFF;
	color: black;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	font-family: 'open_sansbold';
}

h2 {
	background: #FFF;
	margin-top: 0;
	color: black;
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
	font-family: 'open_sanssemibold';
}
body {
	background: #FFF;
	width: 100%;
	font-family: 'open_sansregular';
	font-size: 1em;
/*	margin: 25mm 25mm 25mm 25mm;*/
}

p {
	color: black;
	width: 100%;
	font-size: 1em;
} 

table {
	font-family: 'open_sansregular';
	font-size: 1em;
}

#sidebar {
	display: none;
}

#tree_output {
	margin: 0mm 10mm 10mm 10mm;
    padding: 0pt;
	font-size: 15px;
	width: 100%;
	color: black;
	font-family: 'open_sansregular';
	text-decoration: none;
}
#tree_output a:link {
	text-decoration: underline;
}

#normaltext {
	background-color: white;
	float: none;
	width: 100%;
	font-family: 'open_sansregular';
	width: auto;
	margin-left: 0;
	padding: 0;
	color: black;
	text-decoration: none;
}

a.link {
	text-decoration: underline;
	color: black;
}
#wrapper {
	background: #FFF;
	width: 100%;
	font-size: 1em;
	text-decoration: none;
}

#pdf_gen {
	display: none;
}

@page {
	margin: 0.35in;
}

