html, body{
    padding: 0px;
    margin: 0px;
		background-color: #FEF8E5;
		font-family: Tahoma, sans-serif;
		font-size: 12px;
		color: #1c3174;
}


#fbFooter {
	height: 36px;
	background-image:url(../img/footerBackground.gif);
	background-repeat:repeat-x;
	background-color: #e0b84c;
}

#fbBackButton {
	position: absolute;
	top: 10px;
	right:103px;
}

#fbForwardButton {
	position: absolute;
	top: 10px;
	right:20px;
}

#fbZoomButton {
	background:url(../img/zoom.gif) no-repeat;
	text-indent:20px;
	background-position: 0 2px;
}

#fbPrintButton {
	background:url(../img/print.gif) no-repeat;
	text-indent:19px;
	background-position: 0 1px;
}

#fbDownloadButton {
	background:url(../img/download.gif) no-repeat;
	text-indent:13px;
	background-position: 0 5px;
}


#textlinks {
	margin: 0;
	padding:0;
	position: absolute;
	top: 10px;
	right: 200px;
}
	
#textlinks li {
	display:inline;
}

#textlinks li span {
	display:block;
	float:left;
	margin: 0 24px 0 0;
}

#textlinks li span:hover {
	text-decoration: underline;
}

.fbPaginationMinor {
	color: #1c3174;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 7px;
	margin-left: 15px;	
}

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

#fbTotalPages {
	display: none;
}

#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: #1c3174;
}

a.altlink:visited {
	color: #1c3174;
}

a.altlink:hover{
	color: #1c3174;
}