/* CSS Document */

/* Enter Page Rollover */

.enterrollover a {
	display:block;
	width:885px;
	background-image: url(images/pages/enterimage1.gif);
	background-repeat: no-repeat;
	height: 104px;
}
.enterrollover a:hover {
	background-image: url(images/pages/enterimage2.gif);
	background-repeat: no-repeat;
}

.entertext a {
	display:block;
	width:100px;
	height: 50px;
	font-family: AvantGarde Md BT;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #BDCC54;
	margin-top: 10px;
}
.entertext a:hover {
	font-family: AvantGarde Md BT;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}
