a {
	color: #5a4773;
	font-family: arial;
}

a:hover {
	color: #8f6fba;
}

h1 {
	color: #5a4773;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
}

input, select, textarea {
	background-color: #fbf4e9;
	border: 1px solid #895e1b;
	color: #2c1b01;
}

.button {
	background-color: #fbf4e9;
	color: #2c1b01;
}

td {
	color: #5a4773;
	font-family: arial;
	font-size: 13px;
}

.event {
	color: #dfd7ec;
	font-size: 10px;
}

.event:hover {
	color: #f4f0f9;
}

.event_details {
	position: relative;
	z-index: 24;
}

.event_details:hover {
	z-index: 25;
	background-color: #70e0a0;
}

.event_details div {
	display: none;
}

.event_details:hover div {
	display: block;
	position: absolute; top: 30px; left: 0px;
	width: 250px;
	border: 1px outset #208750;
	background-color: #70e0a0;
	padding: 0px;
	font-size: 10px;
	text-decoration: none;
}

.gold {
	color: #f9c46f;
}

.nav {
	color: #a66c07;
    text-decoration: none;
}

.nav_active {
	color: #efdfc5;
    text-decoration: none;
}

.nav:hover {
	color: #f1a116;
	text-decoration: underline;
}

.nav_active:hover {
	color: #fff8ec;
	text-decoration: underline;
}

.small {
	font-size: 10px;
}


