body {
  font-family: Tahoma,sans-serif;
	font-size: 9pt;
	background-color: #F3E8FF;
}

.Menucurrent, .Menusection {
	font-weight: bold;
	background-color: #800080;
}

table.attachedFilesTable td {
	text-align: center;
	font-size: 0.75em;
}

table.attachedFilesTable img {
	border: 1px solid #000000;
}

h2 {
	color: #006600;
	font-family: Tahoma, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

#slideshow {
	float: right;
	width: 330px;
	height: 220px;
	overflow: hidden;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 1px;
	border: 1px solid #2C5F15;
	position: relative;
	z-index: 1;
}

#slideshow img {
	padding-bottom: 1px;
	position: absolute;
	top: 1px;
	left: 1px;
	display: none;
}

#slideshow img.activeslide {
	display: block;
	z-index: 7;
	opacity: 1;
}

#slideshow img.lastactiveslide {
	z-index: 6;
}

td{
	font-size: 10pt;
}