a:link {TEXT-DECORATION: none}
a:visited {TEXT-DECORATION: none}
a:hover {TEXT-DECORATION: underline; color: #E4C1CB; }

BODY { margin: 0px }

.whitetext { font-family: Verdana; font-size: 10px; color: #FFFFFF; line-height: 15px}
.heading { font-family: Verdana; font-size: 18px; color: #FFFFFF;}
.credit { font-family: Verdana; font-size: 9px; color: #E4C1CB; }
.sideback {	background-attachment: scroll; background-image: url(sideback.jpg); background-repeat: repeat-y; background-position: left top;}
.bigback { background-attachment: scroll; background-image: url(bigback.jpg); background-repeat: no-repeat; background-position: center bottom; }
.field { border: 2px solid #69001F; background-color: #E4C1CB; font-family: Verdana; font-size: 10px; color: #69001F; padding: 2px; }
.picborder { border: 1px solid #69001F; }


/* Book now button.  Added 09/09/10 */

a.book_now {
	display: block;
	width: 169px;
	height: 49px;
	background: url(book_now_button.png) no-repeat bottom left;
	text-align: center;
	line-height: 49px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto 0 auto;
}

		a.book_now:hover {
			background: url(book_now_button.png) no-repeat top left;
			text-decoration: none;
		}
