body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container { background-color: transparent; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; position: absolute; height: 50px; padding-left: 20px; }
a.dock-item {
	display: block;
	width: 40px;
	color: white;
	position: absolute;
	top: 0;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span { color: black; display: none; padding-left: 20px; }

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: transparent;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: black; 
	bottom: 0; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span { color: black; display: none; padding-left: 20px; }
.dock-item2 img { color: black; border: none; margin: 5px 10px 0; width: 100%; }
.table { color: black; font-size: 8pt; position: relative; width: 10px; overflow: auto; }
