html, body, table {
	width:100%;
}

body {
	font-family: "Courier New";
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	margin:0px;
}

td { text-align:left; vertical-align:top; }

h1 {
	font-family: "Courier New";
	font-size: 12pt;
	color: #000000;
}

h2 {
	font-family: "Courier New";
	font-size: 10pt;
	color: #000000;
}

a {
	font-family: "Courier New";
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #AA0000;
}

.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
}

table {
	font-family: "Courier New";
	font-size: 9pt;
	color: #000000;
}

.thumb {
	width:240px;
	margin-right:0px;
}

.thumb .nomargin {
	margin-right:0px;
}

.thumb img {
	margin-bottom:5px;
}

.thumb img:hover {
	cursor:pointer;
}