/* ************************************************************************** */
/* BASIS                                                                      */
/* ************************************************************************** */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #000;
	margin: 1em;
	}

th, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	border-bottom: 1px solid #ccc; 
	}

table {
	padding: 1em;
	border: 1px dashed #999;
	margin-bottom: 0.5em;
	}
th {
	text-align: left;
	}
	
h1 {
	font-size: 150%;
	}
h2 {
	font-size: 120%;
	}
h3 {
	font-size: 100%;
	text-transform: uppercase;
	}
h1, h2, h3 {
	page-break-before: auto;
	}
p, br, hr {
	page-break-before: ;
	}

/* ************************************************************************** */
/* PRINT                                                                   */
/* ************************************************************************** */

.clear { clear: both; height: 1px; overflow: hidden; }

.noPrint {
	display: none !important;
	}
	
#showHeader, #mainBackground {
	background: transparent !important;
	}

#showLogo {
	float: right;
	}