@charset "utf-8";
.Copyright {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #CCCCCC;
	padding: 10px;
}
.table {
	border: medium solid #CC00FF;
	background-color: #FFFFFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC00FF;
	font-style: italic;
	font-weight: bolder;
}
.agenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.table h2 {
	font-size: 18px;
	color: #CC00FF;
	text-decoration: none;
}
.table h1 {
	font-family: "Lucida Handwriting";
	font-size: 28px;
	color: #FF00FF;
}


.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.navigation a {
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 24px;
	text-decoration: none;
}
.navigation  a:hover {
	color: #000000;
}

.navigation {
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 24px;
}

.image {
	border: medium solid #CC00FF;
	padding: 0px;
	background-color: #FFFFFF;
}
.image a {
	border: thin solid #666666;
}
.image a:hover {
	border-top-color: #FF00FF;
	border-right-color: #FF00FF;
	border-bottom-color: #FF00FF;
	border-left-color: #FF00FF;
}
.Contact {
	padding: 0px;
	border: medium solid #CC00FF;
	background-color: #FFFFFF;
}

.Contact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC00FF;
}
.table a {
	color: #CC00FF;
	text-decoration: none;
}
.logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.logo a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.logo a:hover {
	border: thin solid #FF00FF;
}
.table a:hover {
	color: #FF00FF;
}

