@charset "utf-8";
/* CSS Document */
A {
	TEXT-DECORATION: none;
	}
A:hover {
	TEXT-DECORATION: underline;
}
A:visited {
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
.white_medium_fp {
	font-family: "Arial Narrow";
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.white_medium {
	font-family: "Arial Narrow";
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
A.white_link {
	font-family: "Arial Narrow";
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
A.white_link: hover {
	font-family: "Arial Narrow";
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	TEXT-DECORATION: underline;
}

.button_enter {
	border-style: none;
    background-repeat: no-repeat;
	background-image: url(images/Button_enter.jpg);
	height: 62px;
	width: 203px;
	border: none;
	background-position: left top;
	background-color: #000000;
	cursor:pointer;
}
.small_black{
	color: #FFFfff;
	font-family: "Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	background-color: #000000;
	text-align: center;
}
.white_big {
	font-family: "Arial Narrow";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 32px;
}

.small_white_bold {
	color: #FFFFFF;
	font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
}
.small_white {
	color: #FFFFFF;
	font-family: "Arial Narrow";
	font-size: 13px;
}
.small_white_home {
	color: #FFFFFF;
	font-family: "Arial Narrow";
	font-size: 15px;
	text-align: center;
}
.small_white_cocktail {
	color: #FFFFFF;
	font-family: "Arial Narrow";
	font-size: 15px;
	text-align: left;
}
