.bodybox {
	display: block;
	height: auto;
}
.ProductBox {
	display: block;
	border: 1px solid #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFF00;
	text-align: left;
}
A { color:#FFFFFF; text-decoration:underline}
A:hover {
	text-decoration:blink;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
}
A:active {
	text-decoration:blink;
	font-weight: bold;
	color: #FFFF00;
	background-color: #000000;
}
body {
	width: 90%;
	border: 1px solid #0066CC;
	font-family: Arial;
	background-color: #000000;
}
.ATBox {
	background-color: #FFFFFF;
	text-align: right;
	display: block;
	width: 100%;
	border-bottom: 1px solid #FFFF00;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
.TopMenuBox {
	background-color: #333333;
	text-align: left;
	display: block;
	width: 100%;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: bottom;
	color: #FFFFFF;
}
.LogoSloganBox {
	background-color: #0066cc;
	text-align: left;
	display: block;
	width: 100%;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.SubMenuBox {
	background-color: #333333;
	text-align: left;
	display: block;
	width: 100%;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}
.ProductBoxContainer {
	display: table;
	float: left;
	font-family: Arial;
	position: relative;
}
.LowerColorBox {
	background-color: #FFFF00;
	display: block;
	width: 100%;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	float: left;
	height: 25px;
	text-align: left;
}
.ProudlyServingText {
	text-align: left;
	display: block;
	width: 100%;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-left: 2pt;
	padding-top: 2pt;
}
.ProudlyServingInfoBox {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFF00;
	padding-left: 5pt;
	padding-bottom: 5pt;
	display: table;
	float: left;
	width: 100%;
}
.FlashElement {
	display: table;
	padding: 8px;
}
.CopyrightText {
	text-align: left;
	display: inline;
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	padding-left: 5pt;
}
.PaddedTextLeft {
	font-family: Arial;
	font-size: 9pt;
	color: #FFFF00;
	padding-left: 5pt;
	text-align: left;
	font-weight: bold;
	display: inline;
	position: relative;
}
.BodyContentBox {
	display: inline;
	float: left;
	width: 100%;
	text-align: left;
}
.PaddedTextRight {

	font-family: Arial;
	font-size: 8pt;
	color: #FFFF00;
	text-align: right;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #FFFF00;
	cursor: pointer;
	font-weight: bold;
}
.Alert {
	color: #FF0000;
	border: medium double #FF0000;
	text-align: center;
	background-color: #FFFFFF;
}
.FormButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #FFFFFF;
}
.TopLogo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24pt;
}
.NotAvailable {
	color: #FFFFFF;
	border: medium double #FFFF00;
	text-align: center;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
IMG {display: none !important;}
OBJECT {display: none !important;}