a { cursor: pointer; }
a:link {  color: #990000; text-decoration: underline}
a:hover {  color: #999999; text-decoration: none}
a:active {  color: #990000; text-decoration: underline}
a:visited {  color: #990000; text-decoration: underline}

p#Header {
	display: none;
}

body {
	background: white;
	margin: 0;
	padding: 0;
}

div#Footer {
	display: none;
}

table#InfoBody {
	position: absolute;
	left: 0;
	top: 0;
}

td#navBar {
	display: none;
}
span#navBar {
	display: none;
}

img.right {
	border: 1px solid #222;
	margin: 7px 0 7px 7px;
}
img.left {
	border: 1px solid #222;
	margin: 3px 7px 7px 0;
}
	
p {
	margin: 0 1em 1em 1em;
	padding: 0;
	text-align: justify;
	font: 12pt Times New Roman;
}
	
h2 {
	margin: 1em 0.6em 0.5em 0;
	padding: 0.1em 0.25em;
	text-align: right;
	font: 18pt Arial;
	font-weight: bold;
	background: #F4F4F4;
}