.body_text {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.header_text {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.a_button {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	background-color: #ffffff;
	border-top: thin solid #ff6600;
	border-top-width: 1px;
	border-left: thin solid #ff6600;
	border-left-width: 1px;
	border-right: thin solid #ff6600;
	border-right-width: 1px;
	border-bottom: thin solid #ff6600;
	border-bottom-width: 1px;
}
.a_pressed_button {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	font-weight: normal;
	background-color: #ffffff;
	border-top: thin solid #ff6600;
	border-top-width: 1px;
	border-left: thin solid #ff6600;
	border-left-width: 1px;
	border-right: thin solid #ff6600;
	border-right-width: 1px;
	border-bottom: thin solid #ff6600;
	border-bottom-width: 1px;
}

.total_row {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #eeeeee;
	border-top: thin solid #ff0000;
	border-top-width: 1px;
	border-bottom: thin solid #ff0000;
	border-bottom-width: 1px;
}


