/**
 ** GENERAL
 **/

body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: black;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 10px;
}

thead td {
	font-weight: bold;
	background-color: #EEEEEE;
}

/**
 ** Printer friendly classes.
 **/
.printerIgnore {
}
.printerOnly {
	display: none;
}