/* Print styles */
.header,
.header_ribbon,
.navigation,
.sidebar,
.footer {
	display: none !important;
}


h2 {
	color: #000;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
}

.article h3 {
	color: #000;
	font-size: 11pt;
	font-weight: bold;
	line-height: 12pt;
	margin-bottom: 20px;
	padding: 0;
	
}

h4 {

}

p {
	color: #000;
	font-size: 10pt;
	
}
.main_content {
	width: 100%;
}

