.layout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.txtfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #8CCEF1;
	color: #333333;
	font-weight: bold;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0E5288;
}
.hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
h2 {
	color: #124E89;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2.spring {
	color: #990099;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
li {
	line-height: 16px;
	list-style-type: square;
}
.eventheader {
	background-color: #12528C;
	padding: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.event {
	background-color: #66CCFF;
	padding: 5px;
}
#eventbox {
	border: 1px solid #FFFFFF;
}
a.txt:link,a.txt:active,a.txt:visited {
	color: #12528C;
	text-decoration: underline;
}
a.txt:hover {
	color: #333333;
}
hr {
	color: #333333;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
.springFlowers {
	background-image: url(images/spring_backgrnd.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
