body {
	background-color: #FFBD1F;
}
.GrandHotel {font-family: 'Grand Hotel', cursive; font-weight: normal;}
.GrandHotel2 {font-family: 'Grand Hotel', cursive; font-weight: bold;}

.Lato {font-family: 'Lato', sans-serif; font-weight: normal;}
.Lato2 {font-family: 'Lato', sans-serif; font-weight: bold;}

.NotoSans {font-family: 'Noto Sans', sans-serif; font-weight: normal;}
.NotoSansRed {font-family: 'Noto Sans', sans-serif; font-weight: normal;color: #800040;}
.NotoSans2 {font-family: 'Noto Sans', sans-serif; font-weight: bold;}

.BodyText {
	font-family: 'Lato', sans-serif; 
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}

.NotoSans12 {font-family: 'Noto Sans', sans-serif; font-weight: normal;
	font-size: 12px;
	color: #999999;
	}
	
.NotoSansGray {font-family: 'Noto Sans', sans-serif; font-weight: normal;
	font-size: 12px;
	color: #666666;
	}

.ProductText {
	font-family: 'Noto Sans', sans-serif; 
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.ProductTextSmall {
	font-family: 'Noto Sans', sans-serif; 
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

.PageHeading {
	font-family: 'Grand Hotel', cursive;
	font-weight: bold;
	font-size: 36px;
	color: #B5080A;
}


.HeaderText {
	font-family: 'Grand Hotel', cursive;
	font-weight: bold;
	font-size: 20px;
	color: #B5080A;
}

.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

a:link {color: #000000; text-decoration:none;font-weight: normal;font-family: 'Noto Sans', sans-serif;}
a:visited {color: #000000; text-decoration:none;font-weight: normal;font-family: 'Noto Sans', sans-serif;}
a:hover {color: #B5080A; text-decoration:none;font-weight: normal;font-family: 'Noto Sans', sans-serif;}
a:active {color: #B5080A; text-decoration:none;font-weight: normal;font-family: 'Noto Sans', sans-serif;}


a.boldLink:link {color: #000000; text-decoration:none;font-weight: bold;font-family: 'Noto Sans', sans-serif;}
a.boldLink:visited {color: #000000; text-decoration:none;font-weight: bold;font-family: 'Noto Sans', sans-serif;}
a.boldLink:hover {color: #B5080A; text-decoration:none;font-weight: bold;font-family: 'Noto Sans', sans-serif;}
a.boldLink:active {color: #B5080A; text-decoration:none;font-weight: bold;font-family: 'Noto Sans', sans-serif;}

a.biglink:link {color: #404040; text-decoration: none; font-size: 12pt; font-weight: bold; font-family: Verdana; }
a.biglink:visited {color: #404040; text-decoration: none; font-size: 12pt; font-weight: bold; font-family: Verdana; }
a.biglink:hover {color: #ffffff; text-decoration: none; font-size: 12pt; font-weight: bold; font-family: Verdana; }
a.biglink:active {color: #404040; text-decoration: none; font-size: 12pt; font-weight: bold; font-family: Verdana; }

a.smalllink:link {color: #404040; text-decoration: none; font-size: 7pt; font-weight: normal; font-family: Verdana; }
a.smalllink:visited {color: #404040; text-decoration: none; font-size: 7pt; font-weight: normal; font-family: Verdana; }
a.smalllink:hover {color: #ff5500; text-decoration: none; font-size: 7pt; font-weight: normal; font-family: Verdana; }
a.smalllink:active {color: #ff5500; text-decoration: none; font-size: 7pt; font-weight: normal; font-family: Verdana; }

h1 {
  FONT-FAMILY: Arial;
  FONT-SIZE: 18px;
  font-weight: bold;
  color: #330000;

}
h3 {
  FONT-FAMILY: Times New Roman;
  FONT-SIZE: 24px;
  font-weight: bold;
  color: #400000;
} 
h4 {
  FONT-FAMILY: Times New Roman;
  FONT-SIZE: 28px;
  font-weight: bold;
  color: #400000;
} 
ul#mainNav {
	margin:0px;
	padding:0px;
	list-style:none;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:0px;
	height:40px;
}
ul#mainNav li {
	display:block;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	height:20px;
	background-image:url(images/nav-bullet.png);
	background-repeat:no-repeat;
	background-position:right top;
}
ul#mainNav li a {
	display:block;
	padding-right:14px;
	padding-left:8px;
}
ul#mainNav li ul {
	margin:0px;
	padding-top:7px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	list-style:none;
	display:none;
}
ul#mainNav li ul li {
	float:none;
	background-image:none;
	background-color:#EEE;
	border-bottom:solid 2px #fff;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:8px;
	padding-left:8px;
}
ul#mainNav li ul li a {
	background-image:url(images/subnav-bullet.png) !important;
	background-position:left center;
	background-repeat:no-repeat;
	padding-right:0px;
	padding-left:13px;
	text-align:left;
}
ul#mainNav li:hover ul {
    display: block;
    position: absolute;
}
ul#mainNav li:hover {
	background-color:#EEE;
}
ul#mainNav li:hover a {
	background-image:none;
}