body {
	color: #666666;
	margin: 3px;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
}
.toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99CCFF;
}
.slogantext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: .25em;
	text-transform: uppercase;


}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.boxhd {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/stripebg.gif);
}
.rsvptable {
	border: 1px solid black;
	font-weight: bold;
	margin-bottom: 10px;
}
.rsvpno, .rsvpyes, .rsvpunsure {
	color: black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.rsvpno {
	background-color: #FF0000;
}
.rsvpyes {
	background-color: #00FF00;
}
.rsvpunsure {
	background-color: #FFFF00;
}
.rsvpnoreply {
	color: white;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-color: black;
}