html, body{
        padding: 0px;
        margin: 0px;
		background-color: #e3e4e6;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		font-weight: bold;
}

td{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
}

a {
	color: #2b6297;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #666666;
	text-decoration: underline;
}

#wrapper {
	width: 100%;
	height: 100%
	background-color: #e3e4e6;
	background-position: top center;
	color: #666666;
	clear: both;
}

#innerwrapper {
	width: 950px;
	margin: 10px;
	background-color: #ffffff;
	
}


#fbFooter {
	height: 49px;
	background-image: url('');
	background-repeat: repeat-x;
	color: #cccccc;
}

.fbPaginationMinor {
	color: #cccccc;
	margin-left: 5px;
}

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

#fbMenu {
	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;
}