/* CSS Document */
body {
	background-color: #999999;
}
.hidden { display: none; }

.unhidden { display: block; }

.headline {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
.bold18yellow {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FF0;
}
.headlinewhite {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.size16 {font-size: 16px}
.bold16 {font-size: 16px; font-weight: bold; }
.bold24 {font-size: 24px; font-weight: bold; }
.bold48 {
	font-size: 48px;
	font-weight: bold;
}
.orangebold48 {
	font-size: 48px;
	font-style: normal;
	font-weight: bold;
	color: #F60;
}
.bold18 {
	font-size: 18px;
	font-weight: bold;
}
.boldwhite {color: #FFFFFF; font-weight: bold; }
.boldwhite24 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.white14 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
.bold14 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.serving {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FF0;
}
.orange {
	color: #C60;
}
.36 {
	font-size: 36px;
	font-weight: bold;
}
