body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #99FF66;
}
tr {
	vertical-align: top;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #FFFFFF;

}
.footer {
	font-size: 12px;
	text-align: center;
	background-color: #99FF66;
	padding: 20px 5px 5px;
	color: #000000;
	font-weight: bold;
}
.footerWhite {
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 20px 5px 5px;
	color: #000000;
	font-weight: normal;
}
.header {
	color: #FFFFFF;
	background-color: #66CC33;
	background-image:url(images/Headerbackground.jpg);
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.sidebar {
	color: #FFFFFF;
	background-color: #99FF66;
	background-image:url(images/FamilySpringBack.jpg);
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
.content {
	color: #000000;
	padding: 5px;
	background-color: #DDFFCC;
	background-image:url(images/Contentbackground.jpg);

}
.quotation {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-bottom: 0px;
}
h1 {
	font-size: 28px;
	color: #BEA63A;
	text-align: center;
}
h2 {
	font-size: 24px;
	color: BEA63A;
}
h3 {
	color: #666666;
	font-size: 20px;
	text-align: center;
}
input {
	background-color: #E9E1A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
textarea {
	background-color: #E9E1A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
ul {
	list-style-image: url(images/star_ball1_md_wht_me.gif);
}

.boldGold {
	font-size: 18px;
	color: #BEA63A;
	font-weight: bold;

}
.attribution {
	text-align: right;
	margin-top: 0px;
}
.goldbox {
	background-color: #66CC33;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}
.whitebox {
	color: #FFFFFF;
	background-color: #66CC33;
	padding-right: 5px;
	padding-left: 5px;
}
.guarantee {
	color: red;
	text-align: center;
	font-size: 18px;

}

a:link {
	color: #BEA63A;
	text-decoration: none;
}
a:visited {
	color: #BEA63A;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
p.guarantee a:link {
	color: #FF0000;
	text-decoration: none;
}
p.guarantee a:hover {
	color: #FF0000;
	text-decoration: underline;
}

@media print {
	.guard {
		visibility: visible;
	}
	.cover {
		visibility: hidden;
	}
}
@media screen,projection,aural,braille,embossed,handheld,tty,tv {
	.guard {
		visibility: hidden;
	}
	.cover {
		visibility: visible;
	}
}
.cover {
	background-image: /images/spacer.gif;
	background-image: url(images/spacer.gif);
	background-repeat: repeat;
}
th {
	font-weight: bold;
	color: #BEA63A;
}
.underline {
	text-decoration: underline;
}
