@media screen { .no_print {} }
@media print {
	.no_print {
		display: none;
		visibility: hidden;
	}
}
.design-element {
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	/*display: inline causes space under img-tags in explorer*/
}
html, body {
	/*height: 100%;*/
	margin: 0px;
	border: none;
	background-color: #ffffff;
}
body, input, textarea, select { color: #000000; }
body, table, input, textarea, select { font-size: 13px; }
body, input, select, textarea { font-family: verdana, arial, helvetica, sans-serif; }
body, table, div, p, form {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
}
div {
	padding: 0px;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
table {
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
}
td {
	padding: 0px;
	border: none;
	text-align: left;
	vertical-align: top;
}
p { margin: 15px 0px; }
form { margin: 0px; }
pre, code {
	font-family: 'courier new', monospace;
	font-size: 90%;
}
img {
	margin: 0px;
	border: none;
}
input{ vertical-align: middle; }
input, textarea, select {
	padding: 1px 0px;
}
a {
	text-decoration: underline;
	color: #ffffff;
}
a:hover { color: #d2e9ab; }
h1, h2, h3, h4, h5, h6 { margin: 0px; font-weight: bold; }
h1 { font-size: 300%; }
h2 { font-size: 250%; }
h3 { font-size: 200%; }
h4 { font-size: 150%; }
h5 { font-size: 125%; }
h6 { font-size: 100%; }