body, td, th {
	font-family: verdana, arial;
	font-size: 12px;
	}

body {
	background-color: #FFFFFF;
	}

a {
	font-weight: bold;
	text-decoration: none;
	}

a:link {
	color: #0000ff;
	}

a:visited {
	color: #0000ff;
	}

a:hover {
	color: #ff0000;
	}

a:active {
	color: #ff0000;
	}

h1 {
	background-color: #BACDEA;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	}

h2 {
	background-color: #DAEDFF;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: #8A9DBA;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 5px;
	}

td.colored {
	background-color: #DAEDFF;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	text-align: left;
	}

th.colored {
	background-color: #BACDEA;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	text-align: center;
	}

.center {
	text-align: center
	}





div.printonly {
	visibility: collapse;
	}

@media print {
	div.printonly {
		border-color: red;
		border-width: 10px;
		border-style: dashed;
		padding: 10px;
		visibility: visible;
	}
}
