table {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
}
body {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	background-color: #00097E;
	margin: 0px;
}
a {
	color: #00097E;
	text-decoration: none;
}
a:hover {
	color: #7A7A7A;
}
.body_text a {
	text-decoration: none;
	font-weight: bolder;
	border-bottom: 1px dotted #00097E;
}
.body_text a:hover {
	border-bottom: 1px dotted #7A7A7A;
}
/* ROLL-OVER IMAGES */
#img-home, #img-home a,
#img-communication, #img-communication a,
#img-information, #img-information a,
#img-conclave, #img-conclave a,
#img-officers, #img-officers a,
#img-events, #img-events a {
	display: block;
	margin: 0px;
	padding: 0px;
}
#img-home img, #img-communication img, #img-information img,
#img-conclave img, #img-officers img, #img-events img {
	width: 100%;
	height: 100%;
	border: 0px;
}
#img-home a:hover img, #img-communication a:hover img, #img-information a:hover img,
#img-conclave a:hover img, #img-officers a:hover img, #img-events a:hover img {
	visibility: hidden;
}
* html a:hover {
	visibility: visible;
}
#img-home {
	background-image: url(images/home_over.jpg);
}
#img-home, #img-home a {
	height: 21px;
	width: 160px;
}
#img-communication {
	background-image: url(images/communication_over.jpg);
}
#img-communication, #img-communication img {
	height: 21px;
	width: 160px;
}
#img-information {
	background-image: url(images/information_over.jpg);
}
#img-information, #img-information img {
	height: 24px;
	width: 160px;
}
#img-conclave {
	background-image: url(images/conclave_over.jpg);
}
#img-conclave, #img-conclave img {
	height: 23px;
	width: 150px;
}
#img-officers {
	background-image: url(images/officers_over.jpg);
}
#img-officers, #img-officers img {
	height: 24px;
	width: 141px;
}
#img-events {
	background-image: url(images/events_over.jpg);
}
#img-events, #img-events img {
	height: 36px;
	width: 125px;
}