/* CSS Document */

.text_white {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.event_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.event_texttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.event_dottedline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #5C1F00;
	border-right-color: #5C1F00;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.calendar_day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #F5B400;
	border: 1px solid #D14200;
	font-weight: bold;
}

.heading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5C1F00;
}
.text_whitebg {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.button {

	font-family: Arial, Helvetica, sans-serif;
	color: #F5B400;
	background-color: #D14200;
	border: 1px solid #F5B400;
}
.text_gold {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C3A034;
}
.calendarevent {
	color: #FFFFFF;
	background: #333333;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.headingsplash {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #5C1F00;
}
