html, body{
        padding: 0px;
        margin: 0px;
		background-color: #31caff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}

/*
#fbHeader{
	width:100%;
	height:60px;
	margin:0px auto;
	position:relative;
	border-top:5px solid #03aabc;
	background-color:#0b0b0b;
}

#title{
	width:360px;
	height:60px;
	position:relative;
	float:left;
	background-image:url(../img/title.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#logo{
	width:180px;
	height:60px;
	position:relative;
	float:right;
	background-image:url(../img/logo.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
*/

#fbFooter {
	height: 49px;
	background-color: #000000;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #00acbd;
	margin-left: 10px;
}

#fbReports{
	float: left;
	margin-top: 9px;
	margin-left: 15px;	
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

#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;
}

a.altlink:hover{
	color: #FFFFFF;
}