@charset "utf-8";
body {
	background-color: #EFF0EE;
	background-image: url(Images/BG_Body.jpg);
	background-repeat: repeat-y;
	background-position:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Body_Text {
	font-family: Geneva, "MS Sans Serif", sans-serif ;
  font-size: 13px;
  color:#505050;
  line-height: 16px;
  margin-top: 4px;
  margin: bottom: 8px;	
}
.Body_Text_White {
	font-family:Georgia, serif;
  font-size: 13px;
  color:#FFFFFF;
  line-height: 16px;
  margin-top: 4px;
  margin: bottom: 8px;	
}
.Body_Text:first-letter
{
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
}
.Headline_Orange {
  padding: 0px;
  margin: 0px;
  margin-bottom: 3px;
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 18px;
  color: #F36B08;	
}
.Footer_Text {
	font:Georgia, serif;
	font-size:10px;
	font-style:normal;
	color:#999999;
}

.Top_Menu {
	  font-family: Georgia, serif;
  font-size: 14px;
  color:#ffffff;
  text-decoration: none;
}
.Top_Menu:link {

  font-size: 14px;
  color:#ffffff;
  text-decoration: none;
}
.Top_Menu:visited {
 
  font-size: 14px;
  color:#F5ECC1;
  text-decoration: none;
}
.Top_Menu:hover {
  font-size: 14px;
  color:#B47800;
  text-decoration: none;
}
.Large_Headline:link {
  font-weight: bold;
  font-size: 18px;
  color:#545047;
  text-decoration: none;
}
.Large_Headline:visited {
  font-weight: bold;
  font-size: 18px;
  color:#005000;
  text-decoration: none;
}
.Large_Headline:hover {
  font-size: 18px;
  color:#B47800;
  text-decoration: none;
}
.Body_Text_Link:link
{
  font-weight: normal;
  color: rgb(0,80,0);
  text-decoration: none;
  border-bottom: 1px dashed rgb(0,80,0);
}

.Body_Text_Link:visited
{
  font-weight: bold;
  color: rgb(0,80,0);
  text-decoration: none;
  border-bottom: 1px dashed rgb(0,80,0);
}

.Body_Text_Link:hover
{
  color: rgb(180,120,0);
  text-decoration: none;
  border-bottom: 1px dashed rgb(180,120,0);
}
.Nutrition
{ 
border: 2px solid black;
width: 100%;  
}
.NutritionHeaderText
{ 
border: 1px solid black;
padding:  1px;
font-family: Georgia, serif;
font-size: 13px;  
font-weight: bold; 
font-color: black;
}
.NutritionBodyText
{ 
border: 1px solid black;
padding:  1px;
font-family: Georgia, serif;
font-size: 10px; 
font-color: #005100; 
}

