body {
	background-attachment: fixed;
	background-image: url(images_html/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #61456E;


}
.menuTable {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-top-color: #993366;
	border-right-color: #993366;
	border-bottom-color: #993366;
	border-left-color: #993366;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 250px;
	width: 175px;
	font-weight: bolder;





}
a:hover {
	background-color: #993366;
	color: #FFCF6B;
	text-decoration: none;


}
a {
	color: #61456E;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;



}
.bannerCell {
	background-attachment: scroll;
	background-image: url(images_html/banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 120px;


}
.activeItem {
	font-weight: bolder;
	background-attachment: fixed;
	background-image: url(images_html/hilite.gif);
	background-repeat: repeat-y;
	background-position: right top;



}
.inActiveItem {
	background-color: #FFB720;
	font-weight: bolder;

}
h1 {
	font-size: 18px;
	font-weight: bolder;

}

