BODY {
	font-family: "helvetica","arial";
	font-size:	12px;
	color: #FFFFFF;
	font-weight: normal;
	word-spacing:1px;
	line-height: 14px;
	margin:0 0 0;
	background:#002A64;
}

#legend {
	position: absolute;
	left:0px;
	top:0px;
	width:380px;
	height:400px;
	padding:10px;
}
	
table.legend {
	border-width:1px;
	border-spacing:2px;
	border-style:solid;
	border-color:white;
	border-collapse: separate;
}

table.legend th {
	border-width:1px;
	padding:3px;
	border-style:dotted;
	border-color:white;
}

table.legend td {
	border-width:0px;
	padding:3px;
	border-style:dotted;
	border-color:white;
}