html, body{
        padding: 0px;
        margin: 0px;
		background-color: #EAEAEA;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #FFFFFF;
		letter-spacing:5pt;
}


#fbFooter {
	height: 72px;
	background-color: #000000;
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: red;
	margin-left: 10px;
}

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

a.altlink:hover{
	color: #FFFFFF;
}

.customSelect
{
	display:inline-block;
	border:1px solid white;
	width:230px;height:20px;
	font-size:12px;
	letter-spacing:0;
	position:relative;
	
	*zoom:1;
	*display:inline;
}
	.customSelect .input
	{
		position:absolute;
		width:210px;height:20;
		cursor:pointer;
		line-height:20px;
		font-size:12px;
		color:white;
		padding:0 10px;
	}
	
	.customSelect .arrow
	{
		position:absolute;
		right:7px;top:7px;
		background-image:url(arrow.jpg);
		width:11px;height:6px;
	}
	.customSelect select
	{
		width:100%;height:100%;
		cursor:pointer;
	}