body {
	background	: white;
	color		: black;
	font		: 9pt helvetica, arial, sans-serif;
}

h1 {
	font		: bold 12pt helvetica, arial, sans-serif;
	text-align	: center;
	margin		: 8px 0px 0px 0px;
}

h2 {
	font		: bold 10pt helvetica, arial, sans-serif;
	margin		: 8px 0px 0px 0px;
}

p {
	margin		: 0px 0px 8px 0px;
}

td {
	vertical-align	: top;
}

div.journalentry {
	background	: #FFFFFF;
	width		: 100%;
	margin-top	: 20px;
	border		: 2px solid red;
}

div.journalentry img {
	vertical-align	: bottom;
}

div.journalentry span {
	position	: relative;
	border		: 2px solid red;
	top		: -8px;
	left		: 12px;
	background	: white;
	padding		: 0px 4px;
	font		: bold 14px helvetica, arial, sans-serif;
}

div.journalentry table {
	width		: 100%;
}

div.journalentry td {
	width		: 50%;
}

td.footer {
	border-top	: 1px solid black;
	font-size	: 7pt;
	text-align	: center;
	color		: gray;
}

td.footer a {
	text-decoration	: none;
	color		: gray;
}
