
/***********************************************

	STYLES PAR DEFAUT POUR L'IMPRESSION

*************************************************/


body {
	font-family: Arial, Heveltica, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	text-align: center;
}

table {
	font-size: 1em;
}

.core_task {
	display: 'none';
}

#titlebar, #menubar, #lifeline, input.button, img {
	display: 'none';
}

table {
	border-collapse: collapse;
	width: 90%;
	border: 1px solid black;
}

table td, table th  {
	border: 1px solid black;
	font-size: .8em;
}

table th {
	background-color: #eee;
}

table tr.title td {
	font-weight: bold;
}

h1 {
	font-size: 1.25em;
	border-bottom: 1px solid #666666;
	text-align: left;
}

hr {
	display: 'none';
}

table input {
	border: 0px;
}
