/* CSS Document */

.yellowtext {
	color: #FFFF00;
}
.redtext {
	color: #F00F00;
}
.whitetext {
	color: #FFFFFF;
}
.blacktext {
	color: #000000;
}
.count {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
.desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
body {
	background-color: #ffffff;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.nutrition {
	font-size: 10px;
	text-align: center;
}
	
th {
	background-color: #000000;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

a {
	font-size: 14px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
	color: #4A5241;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	color: #FF0000;
	text-decoration: underline overline;
}

a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
h1 {
	font-size: 28px;}
	
hr {
	border: 0px solid #4A5241;
	width: 100%;
	height: 5px;
	color: #4A5241;
	background-color: #4A5241;
	text-align: center;
	}
	
