.banner {
	background-image: url(images/Taste_Whats_Hot_banner.jpg);
	background-repeat: no-repeat;
}
.mainTop {
	background-image: url(images/TWH_mainTop.jpg);
	background-repeat: no-repeat;
}
.mainMid {
	background-image: url(images/TWH_mainMid.jpg);
	background-repeat: repeat-y;
}
.mainBottom {
	background-image: url(images/TWH_mainBottom.jpg);
	background-repeat: no-repeat;
}
.BorderBlkHvy {
	border: 5px solid #000000;
}
.box01 {
	background-image: url(images/TWH_box01.jpg);
	background-repeat: no-repeat;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.TextLg {
	font-size: 137%;
	font-weight: bold;
}
a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
.footer {
	font-size: 80%;
	color: #FFFFFF;
}
.BrdTopBottom {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
}
.special {
	border: 2px dotted #333333;
}
