@import url(kenbox.css);
@import url(articles.css);
@import url(tabstrip.css);
@import url(imagebrowser.css);
@import url(frutiger.css);
@import url(bullets.css);
body {
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Frutiger LT 55 Roman, Arial;
	font-size: 10pt;
}
.fieldname 
{
	font-size: 10pt;
}
.fieldname td
{
	width: 90px; font-size: 10pt; text-align: right;
}
.sample 
{
	font-size: 8pt;
}

.treeview_container 
{
	overflow: auto;
	background-color: White;
	border: solid 1px black;
	height: 100%;
	width: 100%;
}