body {
	background-color: White;
	margin : 0px;
	padding : 0px;
}

body, div, span, table, td, th, tr, .std { 
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;  
}

/* Headlines */
h6,.h6, h5,.h5, h4,.h4, h3,.h3, h2,.h2, h1,.h1 {
	margin-bottom : 0px;
	margin-top : 0.5em;
}
h6,.h6 {
	font-size : 10pt;
}
h5,.h5 {
	font-size : 11pt;
}
h4,.h4 {
	font-size : 13pt;
}
h3,.h3 {
	font-size : 13.4pt;
}
h2,.h2 {
	font-size : 15.4pt;
}
h1,.h1 {
	font-size : 17pt;
}

.dontPrint {
	display : none;
}

.printOnly {
	display : block;
}

a {
	text-decoration: none;
}

.breakhere {
	page-break-before: always
}
