/* --------- default text --------- */
body, p, td, td.p {
	background-color: #FFF;
	background-image: none;
	color: #000;
}

/*  --------- text links --------- */
a {
	/* default link style */
	color: #000;
}

a:active, a:hover {
	/* link style on rollover */
	color: #000;
}

a:visited {
	/* link style when visited */
	color: #000;
}

/* --------- normal text styles --------- */
h1, .t0, .t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8, .t9 {
	color: #000;
}

h1, .t0, .t1, .t2 {
	font-family: Arial, Helvetica, sans-serif;
}

.t3, .t4, .t5, .t6, .t7, .t8, .t9 {
	font-family: "Times New Roman", Times, serif;
}

.smallBoxTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.00em;
}

.print1{
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 11pt;
}

.print2{
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 9pt;
}

br.pagebreak {
	page-break-after: always;
}

#printheader {
	text-align: center;
	padding: 10px 0 20px 0;
}
