/* CSS Document */
/*
	----------------------------
	PRINT STYLES
	____________________________
*/
@media print{
	* float:none;
	body{font-size:9pt;}
	h1,h2 { font-size: 14pt; }
	h3,h4,h5,h6,a { font-size: 10pt; }
	#header, #footer {
		display: none;
	}
	#main{
		float: none !important;
		height:100%;
		width: auto;
	}
	#content{
		width: auto;
		height:100%;
		padding: 10px;
		margin: 0 5%;
		display: table-cell;
		line-height: 1.5em;
		background: none;
		float: none !important;
		overflow: visible;
		position:static;
	}
}
