body {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	top: 0px;
	background-color: #FFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3333;
}
a {
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-weight: bolder;
	color: #FF0000;	
}
#container {
	margin: 0px auto 0px;
	width: 600px;
	position: relative;
	padding: 0px;
	text-align: left;
	top: 0px;
	vertical-align: top;
}
#header {
	margin: 0px;
	width: 600px;
	height: 100px;
	position: relative;
	padding: 0px;
	top: 0px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#header span {
    display:none;
}
#content {
	margin: 0px;
	position: relative;
	background: #F6FAEB;
	padding: 5px;
	text-align: left;
	top: 0px;
	vertical-align: top;
	border-right: 1px solid #6C9C15; 
	border-left: 1px solid #6C9C15;
}
#footer {
	height: 100px;
	position: relative;
}
.contentf div {
	margin-left: 5px;
}
#menuNav {
	margin: 0px 0px 0px 0px; 
	position: relative;
    width: 100%;
	height: 34px;
    line-height: normal;
}
#menuNav ul {
  margin: 0px 0px 0px 0px; 
  padding:10px 10px 0 50px;
  list-style:none;
}
#menuNav li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px;
}
#menuNav a {
	float: left;
	background: url("images/tabLeft.gif") no-repeat left top;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	text-decoration: none;
}
#menuNav a span {
	float: left;
	display: block;
	background: url("images/tabRight.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menuNav a span {
	float: none;
}
/* End IE5-Mac hack */
#menuNav a:hover span {
	color: #FFF;
}
#menuNav a:hover {
	background-position: 0% -42px;
}
#menuNav a:hover span {
	background-position: 100% -42px;
}
.giftName {
	font-weight: bold;
	color: #66CC00;
	margin-left: 10px;
}
.giftNameRcvd {
	font-weight: bold;
	color: #66CC00;
	margin-left: 10px;
	text-decoration: line-through;
}
.giftDesc {
	color: #666666;
}
.giftDescRcvd {
	color: #666666;
	text-decoration: line-through;
}
.groupName {
	font-weight: bold;
	color: #66CC00;
	margin-left: 10px;
}
.newFeature {
	color: #C30;
	font-weight: bold;
}
.formLabel {
	width: 200px;	
}
.formButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #7EB511;
	border: outset;
}
.inlineForm {
	display: inline;	
}
.b1f, 
.b2f, 
.b3f, 
.b4f {
	font-size: 1px; 
	overflow: hidden; 
	display: block;
}
.b1f {
	height: 1px; 
	background: #6C9C15; 
	margin:0 5px;
}
.b2f {
	height:1px;
	background:#F6FAEB; 
	margin:0 3px;
	border-right: 2px solid #6C9C15; 
	border-left:2px solid #6C9C15;
}
.b3f {
	height:1px; 
	background:#F6FAEB; 
	margin:0 2px;
	border-right:1px solid #6C9C15; 
	border-left:1px solid #6C9C15;
}
.b4f {
	height:2px; 
	background:#F6FAEB; 
	margin:0 1px;
	border-right: 1px solid #6C9C15; 
	border-left:1px solid #6C9C15;
}
