body { margin: 0px; }
a img { border: none; }
td {
	font-family: arial;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}
input, textarea, select { font-size: 12px; }
.required_field { color: red; }

#rsvErrors { 
  display: none; 
	padding: 8px; 
	background-color: #ffffcc; 
	border: 1px solid #a70029;
	line-height: 12px;
	margin-bottom: 12px;
}

.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #a70029;
}

.align {
	text-align: right;
}