/*------------------------------
	PRINT STYLES
------------------------------*/

/* HIDE SITE STRUCTURE */

.head,
.body-top,
.body-content-right,
.body-bottom,
.foot-top,
.foot-contact-container,
.foot-sitemap-container,
.foot-bottom-container {
	display: none !important;	
	}

/* ALTER GENERAL */

body {
	color: #000;
	background: none !important;
	}
	
h1 {
	color: #f00807;
	text-align: left;
	font-size: 40px;
	line-height: 44px;	
	text-shadow: none;
	}
h2 {		
	font-size: 22px;
	line-height: 26px;
	}
h3 {			
	font-size: 16px;
	line-height: 20px;
	}
hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	background: none;
	margin: 50px 0;
	clear: both;
	}
p {
	color: #000;
	font-size: 12px;
	line-height: 20px;
	}
	p.intro {
		font-size: 15px;
		line-height: 23px;
		}

ol li,
ul li {
	color: #000;
	font-size: 12px;
	line-height: 20px;
	}

blockquote {
	border: 1px solid #d9d9d9;
	border-bottom: 5px solid #f00807;
	}

/* ALTER BODY CONTENT */

.body {
	width: 100%;
	margin: 0;
	padding: 30px;
	}
	.body-title {
		height: auto;
		padding: 0 0 50px 0;
		margin: 0;
		}
	.body-content {
		background: none !important;
		}
		.body-content-left {
			float: none;
			width: 100%;
			padding: 0;
			}
			.body-content-left ul li {
				list-style: disc;
				margin-left: 25px;
				padding-left: 10px;
				background: none !important;
				}
			.body-content-left ul.list-pdf li {
				list-style: disc;
				margin-left: 25px;
				padding-left: 10px;
				background: none !important;
				}

.data-table  {
	border: 1px solid #d9d9d9;
	}
	.data-table thead tr td {	
		color: #f00807;		
		border-bottom: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		background: none !important;
		}

.expand-link {		
	font-size: 18px;
	line-height: 22px;
	}
.expand-content {
	display: block !important;
	}