html, body{
        padding: 0px;
        margin: 0px;
		background-color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
		overflow:hidden;
}


#fbFooter {
	height: 45px;
	background: url(back.gif);
	padding:0;
	margin:0;
}

.fbPaginationMinor {
	color: #333;
	margin-left: 15px;
		float:left;
	margin-top:6px;
	margin-right:15px;

}

#fbContents {
	float: left;
	margin-top: 9px;
	margin-left: 15px;
}
#fbCurrentPages {
	margin-top:6px;
	color:#333;
	float:left;
	margin-right: 15px;

}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}
#fbContentsMenu {

	margin-right: 15px;
	margin-top:1px;
	border:1px solid #333;
	padding:2px;
	font-size:13px;
	cursor:pointer;
}
#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}
#fbContainer
a.altlink:hover{
	color: #FFFFFF;
}
.sep{
	margin-top:-9px;
	background: url(sep.gif);
	float:right;
	width:2px;
	height:45px;

}
.sep1{
	margin-top:-9px;
	background: url(sep.gif);
	float:left;
	width:2px;
	height:45px;

}

#fbZoomButton {
margin-top:-9px;
background: url(zoom.gif);
width:63px; 
height:45px;
float:right;
}
#fbForwardButton {
margin-top:-9px;
background: url(next.gif);
width:57px; 
height:45px;
float:right;
}
#fbBackButton {
margin-top:-9px;
background: url(previous.gif);
width:57px; 
height:45px;
float:right;
}
#fbPrintButton {
margin-top:-9px;
background: url(print.gif);
width:62px; 
height:45px;
float:right;
}
#fbDownloadButton {
margin-top:-9px;
background: url(save.gif);
width:67px; 
height:45px;
float:right;
}

#fbZoomButton:hover, #fbForwardButton:hover, #fbBackButton:hover, #fbPrintButton:hover, #fbDownloadButton:hover {
	background-position:0 -46px;
}



