.searchForm {
	width:100px;
	font-size : 10px;
	margin-bottom:3px;
}

.searchBar {
	text-align : right;
}

form {
	margin: 0px;
}

.agenda_box_title {
	background-color : #fe8645;
	background-image : url(images/bg-title.png);
	color : white;
	font-weight : bold;
	border: solid  #fe8645 1px;
	padding:1px;
	padding-left:4px;
}

.agenda_box {
	margin-bottom : 10px;
}

.ag_right {
	float : right;
}

img.flyer {
	border:solid black 1px;

}

img.flyerBig {
	border:solid black 1px;
	margin-left:10px;
	margin-bottom : 10px;
}

.row1 {
	background-color : #ffe7d9;
}
.row2 {
	background : #FfF;
}

.light {

	color: #555;
}

a.event {
	font-weight : bold;
	text-decoration:none;
	color : #000;

}

a.event:hover {
	text-decoration:underline;
}

a.agenda {
	color: #fe8645;
	text-decoration:none;
}

a.agenda:hover {
	color: #fe8645;
	text-decoration:underline;
}
a.agenda:visited {
	color: #fe8645;
}

P {
	text-align : justify;
	margin:0px;
}

.spacer {
	clear : both;
}

