body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}

p {

}

img {
	border: none;
}

h1 {
	font-size: 200%;
	font-family: times, arial;
	font-weight: bold;
	color: #333333;
	font-style: normal;
}

h2 {
	font-family: times, arial;
	font-size: 120%;
	font-weight : bold;
	color: #333333;
	font-style: normal;
}

h3 {
	font-family: times, arial;
	font-size: 110%;
	font-weight : bold;
	color: #333333;
	font-style: normal;
}


/*-----------------------------------------------------------------*/

ul {
	color : #333333;
}


/*-----------------------------------------------------------------*/

hr {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 100%;
	text-align: left;
}


/*-----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.location {
	color: #003366;
}

/*----------------------------- Gift Voucher Pop up window ------------------------------------*/



#gift_vouchers {
	margin: 10px 0px 0px 0px;
}


#gift_vouchers ul {
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 20px 0px;
}

#gift_vouchers ul li {
	list-style: none;
	color: #939096;
	padding: 5px 5px 0px 0px;
}

#gift_vouchers ul li a {
	color: #939096;
	text-decoration: none;
}

#gift_vouchers ul li a:hover {
	text-decoration: underline;
}

.page_info_title {
	color: #666666;
	padding: 5px 5px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}

