<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/interface/bk1.gif);
}

body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link.txt, a:visited.txt, a:active.txt {	color: #0000FF;}

.container {
	width: 100%;
	margin: 5px;
}
.thumbnail {
	margin: 5px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.largeImage {
	margin: 5px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.menuButton {
	text-align: center;
	text-decoration: none; 
	color: #000000;
	font-weight: bold; 
	width: 154px;
	height: 17px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #BBBBBB;
	margin-bottom: 3px;
	display:block;
	clear:both;
}
a:hover.menuButton {
	color: #FFFFFF;
	font-weight: bold; 
	background-color: #0142FF;
}
.menuButtonSelected {
	text-align: center;
	text-decoration: none; 
	color: #FFFFFF;
	font-weight: bold; 
	width: 154px;
	height: 17px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #0142FF;
	margin-bottom: 3px;
	display:block;
	clear:both;
}
-->