@charset "utf-8";
/* CSS Document */

body {
	font-family: candara;
	background-color: #2e4457;
	font-size: 15px;
	color: #ffffff;
}
.GenericContentTable {
	height: 100%;
	background-color: #d3e5f4;
	color: #000000;
	font-family: candara;
	font-size: 13px;
	border: 0;
	margin: auto;
}
.PageMsg {
	width: auto;
	height: 60px;
	border: 0;
}
.MoreImg {
	border: 0;
}
.ProductHeader {
	font-weight: bold;
	font-size: 15px;
}
.ProductTableContents {
	font-size: 12px;
	width: 100%;
}
.ProductNotes{
	font-style: italic;
	font-size: 13px;
	width: 100%;
}
.ProductPrice {
	font-weight: bold;
	font-size: 12px;
}
.TourImg {
	width: 250px;
	height: auto;
}
.FnEImg {
	width: 250px;
	height: auto;
}
.BrandLogo{
	width: 150px;
	height: auto;
}
.PromoHeader {
	font-size: 15px;
	text-decoration: underline;
	font-weight: bolder;
}
.PromoPrice {
	font-size: 17px;
	font-weight: bolder;
}
.PromoText {
	font-size: 12px;
}
.PromoImg {
	height: 60px;
	width: auto;
}
.Star {
	list-style-image: url(Images/BulletStar.png);
}
.Heading {
	font-size: 15px;
	text-align: left;
}
a:link {
	color: #6ca2ce;
	text-decoration: none;
}
a:visited {
	color: #a1a1a1;
	text-decoration: none;
}
a:hover {
	color: #396d9f;
	text-decoration: none;
}

