/* PRINT STYLES */
html {
	color: #000000;
	background: white;
	background-color: white;
}

body {
	font-size: 10pt; 
	background: white;
	background-color: white;

}

hr {
	display: none;
}

h1 {
	font-size: 180%;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	color: #000000;
	float: none;
	text-align: left;
}

body, #wrapper, #wrapper-border {
	border: 0px;
	width: 100%;
	background: white;
	background-color: white;
}


a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #909090;
}


#main {
	background: none;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}

#contact-form {
	display: none;
}

#footer #footer-menu,
#header #menu {
	display: none;
}

.red {
	color: #000000;
}

#content {
	margin-top: 0;
	padding: 0;
	margin: 0;
}

#content #text-content {
	width: 100%;
}

#content #ref-bar {
	display: none;
}

#header #title h1#logo span,
#header #title h1#logo {
	width: 100%;
	height: 50px;
}

#header #title {
	left: 0;
	top: 0;
}

#header {
	height: 50px;
}

#text-content {
	background: none;
	background-color: #ffffff;
}


#sidebar {
	display: none;
}

a {
	text-decoration: underline;
	color: #414247;
}

table {
	width: 100%;
}
