h1 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #0000CC;
	line-height: normal;
	white-space: normal;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 4px;
	line-height: 20px;
}

a.menu:link {
	background-color: #000066;
}

a.menu:visited {

	background-color: #000066;
}
a.menu:hover {
	background-color: #FF0000;
}
em {

	color: #666666;
}
#Header {
    position:     absolute; 
  top:        20px; 
  left:         20px; 
  right:        20px; 
  height:       160px; 
  z-index:      1; 
  border:       1px none #000000;
  background-color:   #6D82FF;
}
#HeaderXmas {
    position:     absolute; 
  top:        20px; 
  left:         20px; 
  right:        20px; 
  height:       160px; 
  z-index:      1; 
  border:       1px none #000000;
  background-color:   #d1bae6;
}

#HeaderText
{
    position:			absolute; 
	z-index:			2; 
	left: 				270px; 
	top: 				70px;
}
#HeaderRight
{
	position:			absolute; 
	z-index:			2; 
	left: 				270px; 
	right:				30px; 
	top: 				40px; 
	text-align: 		right;
}	

#Buttons
{
	position:			absolute; 
	left:				30px; 
	right:				30px; 
	z-index:			3;  
	top: 				150px;
}

#Body
{
	position:			absolute; 
	left: 				20px; 
	right: 				20px; 
	top: 				202px; 
	background-color: 	#BABAFF; 
	border: 			1px none #000000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#Body2
{
	position:			absolute; 
	left: 				20px; 
	right: 				20px; 
	top: 				202px; 
	bottom:             70px;
	background-color: 	#BABAFF; 
	border: 			1px none #000000;
	padding-right: 50px;
	padding-left: 50px;
	overflow: auto;
}
#setmeals
{
	position: relative;
	width: 600px;
	text-align: center;
}
#footer
{
	position:			absolute; 
	left: 				20px; 
	right: 				20px; 
	bottom:             20px;
	height:             50px;
	background-color: 	#0000FF;
	color:              #FFFFFF; 
	border: 			1px solid #000000;
	text-align:         center;	
}
.green
{
  color: #00AA00;
  font-weight: bold;
}