body {
	background-image: url(images/backgrnd.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.MenuItem {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.MenuItem:hover {
	color: #9D2854;
	text-decoration: none;
}
.MenuItemSmall {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.emphasized {
	font-weight: bold;
	color: #9D2958;
}
.SmallText {
	font-size: 10px;
}

.MenuItemSmall:hover {
	color: #9D2854;
	text-decoration: none;
}
