@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: #800000;
}
body, input, textarea, select { color: #000000; }
body, table, input, textarea, select { font-size: 12px; }
body, input, select, textarea { font-family: 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;
	vertical-align: middle;
	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;
}

.text {
	font-size: 90%;
	color: #FFFFFF;
	
}

input{ vertical-align: middle; }
input, textarea, select {
	padding: 1px 0px;
}
a {
	text-decoration: underline;
	color: #2a62ae;
}
a:visited { color: #0c3875; }
a:hover { color: #4c9cce; }
h1, h2, h3, h4, h5, h6 { margin: 0px; font-weight: bold; color: #5f0102; }
h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 155%; }
h4 { font-size: 135%; }
h5 { font-size: 125%; }
h6 { font-size: 100%; }