body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image: url(../images/bg.jpg);
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #212121;
}

td {
	font-size: 14px;
}

a {
	color: #212121;
	text-decoration: underline;
}

a:hover {
	color: #924968;
	text-decoration: none;
}

.flash {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 000000;
	border-right-color: 000000;
	border-bottom-color: 000000;
	border-left-color: 000000;
}
.topBorder {
	background-image: url(../images/top_border.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.leftBorder {
	background-image: url(../images/left_border.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bottomBorder {
	background-image: url(../images/bottom_border.jpg);
	background-repeat: no-repeat;
}
.rightBorder {
	background-image: url(../images/right_border.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.formInput {
	background-color: #ecd2bb;
	border: 2px #8e486a solid;
	padding-left: 2px;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
}
.header {
	color: #8e486a;
	font-size: 16px;
	font-weight: bold;
}
.calendarLink {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.calendarLink:hover {
	color: #8e486a;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.ministry {
	color: #000000;
	font-size: 12px;
	line-height: 1.50em;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}