@charset "utf-8";
body {
	background-color: #ffffcc;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}

#menubar   a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	margin: 2px;
	padding: 6px;
	border: thin solid #000000;
	text-decoration: none;
	width: 88px;
	background-image: url(../i/b-bluegrad.jpg);
	background-position: center center;
}
#menubar  a:hover {
	background-image: url(../i/b-greengrad.jpg);
	color: #000000;


}




.shades {
	background-color: #D2E4FF;
}
.telnum {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	display: inline-block;
	margin: 2px;
	padding: 6px;
	border: thin solid #000000;
	text-decoration: none;
	width: 110px;
	background-color: #FFFFFF;
	font-weight: bold;
}
.bodytable {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.bodytable2 {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 16px;
	vertical-align: middle;
}
