﻿body {
	background: url(../images/bg.jpg) repeat-x #008000;
	margin: 0px;
}

h1 {
	font-family: Georgia;
	font-size: 32px;
	font-weight: normal;
	line-height: 36px;
	color: #720e72;
	letter-spacing: -1px;
}

h2 {
	font-family: Georgia;
	font-size: 22px;
	font-weight: normal;
	line-height: 27px;
	color: #ffffff;
	letter-spacing: -1px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-decoration: none;
}

h3 {
	font-family: Georgia;
	font-size: 22px;
	font-weight: normal;
	line-height: 27px;
	color: #720e72;
	letter-spacing: -1px;
}

	h3 a {
		color: #720e72;
	}

h4 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	color: #720e72;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footerEvents {
	font-family: Georgia;
	font-size: 11px;
}

	#footerEvents a {
		color: #ffffff;
	}
	
	#footerEvents a:visited {
		color: #ffffff;
	}

.bodytext {
	font-family: 'Lucida Sans Unicode', Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
}

.p {
	color: #720e72;
}

#tabledata tr td {
	border-bottom: 1px dotted #cccccc;
}

#relatedlinks {
	margin-left: 20px;
	
	font-family: 'Lucida Sans Unicode', Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
}

	#relatedlinks ul {
		list-style: none;
		margin-left: 0px;
		padding-left: 0px;
	}
	
	#relatedlinks ul li {
		border-bottom: 1px dotted #cccccc;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#relatedlinks ul li a {
		text-decoration: none;	
		color: #720e72;
	}
	
	#relatedlinks ul li a:hover {
		color: #000000;
	}

