div#MainDiv {
		max-width: 660px/* 670 550px;*/
}

body {
	font: 12px Arial;
	color: #333333;
	background: #ffffff;
	margin: 0; 
/* for online integration the best is to declare zero margin in order to remove it.
 However for standalone reviewing it is easier to see the tool with margins = default browser margin. kn@120926 */
 
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333333;
	text-decoration: none;
}

.SelectionObject-FirstLevel-ArrowButton, .SelectionObject-FirstLevel-Tab-Button{
	color: #333f48;
	font-size: 14px;
}
.SelectionObject-SecondLevel-Button{
	color: #333f48;
	font-size: 14px;
}
