body {
	background-color: rgb(255, 255, 204);
	color: rgb(241, 231, 232)
}
.breakingnews {
	font-style: normal;
	text-transform: capitalize;
	color: #800000;
	text-align: left;
	font-weight: bold;
	font-size: large;
	text-decoration: underline;
	font-family: Verdana, Arial, sans-serif;
}
.highlight {
	font-size: large;
	color: #000;
	background-color: #ff0000;
	text-align: center;
	text-decoration: underline;
	font-family: Verdana, Arial, sans-serif;
}
.highlight a:hover { 
	font-weight: bold;
}
.2ndhighlight {
	font-size: medium;
	color: #000;
	background-color: #ff0000;
	text-align: center;
	text-decoration: underline;
	font-family: Verdana, Arial, sans-serif;
}
.2ndhighlight a:hover { 
	font-weight: bold;
}


.text {
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	text-align: left;
	font-size: 14px;
}
.meeting {
	padding-top: 20px;
	padding-right: 4px;
	padding-bottom: 20px;
	padding-left: 4px;
	border: 1px solid #800000;
	font-family: "Copperplate Gothic Bold";
	color: #800000;
	font-size: 24px;
	text-align: center;
}
.frontpage_image {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#contacts tr td {
	text-align: left;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 5px;
}
#contacts tr td .contacts_title {
	font-family: Andy;
	font-size: 16px;
	font-weight: bold;
	color: #800000;
}
#contacts tr td a {
	color: #800000;
}

#contacts tr td .contact_detail {
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #000;
}


a:link       { color: #000 }
a:active     { color: #000 }
a:visited    { color: #000 }

