#maincontent {
	width: 640px;
	background: transparent;
	/*margin-top: 20px;
	margin-right: auto;
	margin-left: auto;*/
}
#imageContainer {
	padding: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.imageContainertable {
	font-size: 11px;
 	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}


#header {
	margin-top: 25px;
}

/* toggle */
.hidden {
	display: none;
}
.show {
	display: block;
}
.selected {
	font-weight: bold;
}