.hide {
	visibility: hidden;
}


/**
 * FreeBSD
 */

a#rolloverFreeBSD {
	background-image: url(/_IMGs/FOOTER/FreeBSD.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 40px;
	line-height: 0em;
}

a#rolloverFreeBSD:link, a#rolloverFreeBSD:visited {
	background-position: 0px 0px;
}

a#rolloverFreeBSD:hover {
	background-position: 0px -40px;
}


