<style type="text/css">
		body {
			font-family: arial, helvetica, sans-serif;
			margin: 10px;
			padding: 0px 0px 0px 0px;
			font-size: 11px;
			background-color: #ffffff;
			color: #333333;
		}
		
		td, select, input {
			font-family: arial, helvetica, sans-serif;
			font-size: 11px;
		}
		
		p {
			font-family: arial, helvetica, sans-serif;
			font-size: 11px;
			line-height: 16px;
		}
		
		h1 {
			font-family: georgia, times, times new roman, serif;
			font-size: 18px;
			font-weight: bold;
			margin: 0px 0px 10px 0px;
		}
		
		.hRule {
			border-top: 1px solid #cdcdcd;
			margin: 0px 0px 10px 0px;
		}
		
		img {
			border: 1px solid #333333;
		}
		
		.nextPrevious {
			font-size: 18px;
			color: #cdcdcd;
			padding-bottom: 15px;
		}
		
		a, a:visited {
			color: #cc0000;
			text-decoration: none;
		}
		a:active, a:hover {
			color: #cc0000;
			text-decoration: underline;
		}
	</style>