html {
	font-family:Arial, Helvetica, sans-serif;
}

p {
	font-size: 12pt;
	line-height: 14pt;
	text-align: justify;
	clear:  both;
}

ul {
	font-size: 11pt;
	line-height: 14pt;
	text-align: justify;
}

h1 {
	font-size: 18pt;
}

h2 {
	display:  none;
}

#flash {
	display:  none;
}

#side_links {
	display: none;
}

#top {
	width: 600px;
	height: 57px;
	background-image: url("images/print_logo.gif");
	background-repeat: no-repeat;
	background-color: blue;
}

#header {
	display: none;
}

#bottom {
	display: none;
}

hr {
	clear: both;
}

#copyright {
	font-size: 10pt;
}

.transactionBox {
	width: 200px;
	height: 135px;
	margin: 10px auto;
	float: left;
	margin-left: 25px;
	border: solid 1px black;
}

.transactionBox .logo {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 15px;
}

.transactionBox .transactionAmount {
	padding: 5px;
	font-size: 12px;
	text-align: center;
}
.toggle {
	display: block;
	margin: 10px 0;
}
