DIV {
	margin-bottom : 15px;
}

DIV.title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 8pt;
	color : Black;	
	margin-bottom : 5px;
}

TABLE.first {
	position: absolute;
	left:10;
	top:30;
	z-index : 1;
	border : 1;
}
TABLE.second {
	position: absolute;
	left:10;
	top:30;
	z-index : 2;
	border : 1;
}

BODY {
	background-color : #ffffff;
}

TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 10pt;
	color : Black;
}

A {
	color : Black;
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	margin-bottom : 5px;
	color : Black;
}


