/*  Dominate Print Styles  */
html, body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	font-size: 15px;
	color: #214984;
	margin-bottom: -5px;
}

h2 {
	font-size: 14px;
	color: #FF6600;
}

h3 {
	font-size: 12px;
	color: #999999;
}

#header, #menu, #footer, #sidebar {
	display: none !important;
	height: 0;
	margin: 0;
	padding: 0;
	width: 0;
}

#page-break {
	page-break-before: auto;
}

.mainContent {
	margin-left: -35px;
	margin-top: -15px;
}

a:link, a:visited, a:active, a:hover {
	background: transparent;
	text-decoration: underline;
	color: #003366;
}