@media print {
	/* Global elements style */
	html {
		overflow-y: scroll;
	}

	body {
		font-family: arial, helvetica, sans-serif;
		color: black;
		font-size: 12px;
	}

	h1 {
		font-size: 2.5em;
		font-weight: bold;
	}

	h2 {
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 25px;
	}

	h3 {
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 15px;
	}

	em {
		color: #AAA;
		font-weight: bold;
	}

	form {
		margin: 0px;
		padding: 0px;
	}

	a {
		font-weight: bold;
		text-decoration: underline;
	}

	table {
		width: 100%;
		height: 100%;
		border-collapse: collapse;
	}

	img {
		border: 0px;
		vertical-align: middle;
	}
		
	.centered {
		text-align: center;
	}
	/* Layer styles */

	div#main {
		clear: both;
		width: 90%;
		margin: 1% 5%;
		padding: 10px 0px;
		min-height: 400px;
		_height: 400px;
	}

	div#title {
		display: none;
	}

	div#tools {
		display: none;
	}
		
	div#menu {
		display: none;
	}
		
	div#options {
		display: none;
	}
		
	div#foot {
		display: none;
	}
}