body {
	width : 100%;
	height : 100%;
}

body, table {
	background-color : #FFFFFF;
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	padding : 0px;
	border : 0px;
	height: 100%;
	width: 100%;
}

body, div{
	margin:0px;
	padding:0px;
}

div#holder {
	width:100%;
	height:100%;
}

div#black_line {
	border-top: 1px solid #000000;
	position: absolute;
	top: 0px;
	left: 5px;
	right: 5px;
}

div#links {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 5px;
}

a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #005A24;
	text-decoration: none;
}

a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #005A24;
	text-decoration: none;
}

a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #005A24;
	text-decoration: none;
}