body {
	font-size: 14pt;
	font-stretch: expanded;
	font-weight: bold;
	background-color: #d0d0d0;
	margin: 0;
	padding: 0;
	border: none;
}

table.hb {
	height: 1.8em;
	border: 1px solid #fffffa;
	position: fixed;
}

table.imgframe {
	font-size: 14pt;
	font-stretch: expanded;
	font-weight: bold;
	background-color:#fffffa;
	margin:0;
	z-index:-1;
	top:1.8em;
	position:relative;
	height:702;
	border:none;
	width:100%;
}

div.imgframe {
	margin:0;
	padding-top:4px;
	padding-left:5px;
	padding-right: 37px !important;
	padding-bottom:5px;
	height:700;
}

img {
	margin-right: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

div.next {
	right:-1px;
	background-image: url(next.gif);
}

div.prev {
	left:0px;
	background-image: url(prev.gif);
}

a.nav {
	border: none !important;
}

div.nav:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
}

div.nav {
	border:   none;
	position: fixed;
	margin:     0px;
	padding:    0px;
	top:      1.8em;
	height:   702px;
	width:     39px; 
	margin-top: 3px;
	opacity: 0;
	filter:alpha(opacity=0);
}


