@charset "UTF-8";
/* CSS Document */

.events {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0px;
}
.events a:link {
	color: #000;
	text-decoration: underline;
}
.events a:hover {
	color: #333;
	text-decoration: none;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}
.boldpink {
	font-weight: bold;
	color: #EA627A;
	font-style: italic;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #EA627A;
}
a:active {
	color: #333;
}
.dates {
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #666;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #EA627A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -50px;
	padding-left: 0px;
}
.textpink {
	color: #EA627A;
	font-style: italic;
	font-weight: bold;
}
