/*------------------------------
	PRINT STYLES
------------------------------*/

/* HIDE SITE STRUCTURE */

.topBar-container,
.head,
.curveUp,
.curveUpGrey,
.sitemap-container,
.foot-container {
	display: none !important;	
	}

/* ALTER GENERAL */

body {
	color: #000;
	background: none !important;
	}

hr {
	height: 2px;
	border: none;
	border-bottom: 2px solid #e9e6e4;
	background: none;
	margin: 50px 0;
	clear: both;
	}

p {
	color: #000;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
	}
	p.large {
		font-size: 14px;
		line-height: 22px;
		}
	p.large-centered {	
		width: 100%;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		}
	p.extra-large {
		font-size: 18px;
		line-height: 26px;
		}
	p.small {
		font-size: 10px;
		line-height: 18px;
		}

ul li,
ol li {
	font-size: 12px;
	line-height: 20px;
	}

blockquote {
	border: 2px solid rgba(0,0,0,0.15);
	}
	blockquote p {
		font-size: 14px;
		line-height: 22px;
		}

/* ALTER BODY CONTENT */

.banner {
	width: 100%;
	height: auto;
	text-align: left;
	}	
	.banner-section {
		font-size: 20px;
		line-height: 20px;
		}
	.banner h1 {
		text-align: left;
		font-size: 40px;
		line-height: 40px;
		color: #0069aa;
		}

.body {
	width: 100%;
	}
	.body h2 {		
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 20px;
		}
	.body h3 {			
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 20px;
		}
	.body h4 {			
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 20px;
		}
	.body h5 {			
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 20px;
		}

.button {
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #1fb25a;
	border: 4px solid #1fb25a;
	}	
.button-darkGreen {
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #008752;
	border: 4px solid #008752;
	}	
.button-darkBlue {
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #0069aa;
	border: 4px solid #0069aa;
	}	



.data-table  {
	width: 100%;
	}	
	.body table thead tr th {	
		color: #0069aa;
		}
