@charset "utf-8";
.style1 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.style2 {
	font-size: 24px;
	font-weight: bold;
}

/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../Images/BackgroundTile.jpg);
	background-repeat: repeat-x;
}
.events {
	background-color: #CCCCCC;
	background-image: url(../Images/Events-BG.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.top {
	vertical-align: text-top;
}
.events th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.events .info {
	font-weight: bolder;
	color: #666666;
	font-size: 14px;
}
.events .tbl {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}
.bodyText {

	vertical-align: text-top;
}

.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}
.more a {
	color: #FF0000;
}
.events .top #form1 {
	background-color: #C8DCF7;
}
