.bigText {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
}

.redTextBold {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #bb5654;
}

.redText {
	margin-bottom: 10px;
	font-size: 11px;
	color: #bb5654;
}

.link {
	padding: 5px 5px 5px 5px;
	padding-left:10px;
	background: url(../images/homepage08.gif) no-repeat;
	background-position: 0% 50%;
	height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #9d0e0b;
}

.link:hover {
	background: url(../images/homepage20.jpg) no-repeat;
	background-color: #9d0e0b;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	padding-left:10px;
	background-position: 0% 50%;
	height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.horizontalLine {
	clear: both;
	height: 45px;
	background: url(../images/homepage09.gif) repeat-x left center;
}

.small {
	font-size: 9px;	
}
.linkGuests {
	/*background-color: #9d0e0b;
	color: #FFFFFF;*/
	float: right;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand;
	padding: 5px;
	margin-bottom:10px;
}

.linkGuests:hover {
	background-color: #9d0e0b;
	color: #FFFFFF;
	float: right;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand;
	padding: 5px;
}
