/*
	----------------------------
	SIT printer styles
	----------------------------
*/
body {
	background: white;
	font-size: 12pt;
}
#language { display: none; }
#anim { display: none; }
#nav { display: none; }

table.page td.left { display: none; }

div.submenu { display: none; }

/* --- Tipography ----------------------------------------------------------- */
p {
	margin: 0 0 0.8em 0;
}
b, strong, i, em {
	color: #000;
}
h1, h2, h3, h4, h5, h6 { 
	line-height: 1.0em;
	margin: 0.5em 0 0.7em 0;
	color: #000;
}

h1 { 
	font-size: 32pt;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 6px solid #333;
}
h2 {
	font-size: 18pt;
	border: 0;
	border-bottom: 4px solid #666;
}
h3 {
	font-size: 18pt;
	border-bottom: 2px solid #333;
}
h4 {
	font-size: 16pt;
}

/* -------------------------------------------------------------- */
table.h1 {}
table.h1 td.red,
table.h1 td.green,
table.h1 td.blue,
table.h1 td.yorange {
	display: none;
}

table.h1 td h1 { 
	font-size: 24pt; 
	background-color: #333;
	color: #fff;
}