@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;
	}
		
	.blauFosc2 {
		background-color: #003366;
		color: white;
	}
	
	.blauFosc1 {
		background-color: #335C85;
		color: white;
	}
	
	.blauClar {
		background-color: #96B2DC;
	}
	
	.blauMitja {
		background-color: #6699CC;
	}
	
	.grisClar {
		background-color: #DDDDDD;
	}
	
	.grisFosc {
		background-color: #999999;
		color: white;
	}
	
	.centrat {
		text-align: center;
	}
	
	.negreta {
		font-weight: bold;
	}
	
	.enmarcat {
		border: 1px solid black;
	}
	/* 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;
	}
}