html, body{
        padding: 0px;
        margin: 0px;
		background-color: #66b70c;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #caf995;
		font-weight: bold;
}


#fbFooter {
	height: 48px;
	background-color: #000000;
	background-image: url('../img/deco.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #66b70c;
	margin-left: 0;
}

#fbContents {
	float: left;
	margin-top: 20px;
	margin-left: 12px;
}

#fbMenu {
	float: right;
	margin-top: 8px;
	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: #66b70c;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #0acd45;
}
select{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font: bold 12px Arial, Helvetica, sans-serif;
	background-color: #66b70c;
	color: #caf995;
}
.link {
	font : bold 9px Arial, Helvetica, sans-serif;
	color : #66b70c;
	text-decoration : none;
}
a.link:link {
	text-decoration : none;
}
a.link:visited {
	text-decoration : none;
}
a.link:hover {
	color : #caf995;
	text-decoration : none;
}
