body
{
	background-color: #FFE0C0;
}

a
{
	text-decoration: none;
	color: blue;
}

a:hover
{
	font-weight: bold;
	color: #C0A080;
}

th
{
	background-color: #e0e0e0;
	background-image: url(../images/thbkg.png);
	background-repeat: repeat-y;
	border-bottom-color: silver;
}

td
{
	font-size: 12px;
	white-space: nowrap;
}

.maintable
{
	width: 100%;
	border: 1 silver solid;
/*	width: expression(document.body.clientWidth - 100);*/
}

#divnadpis
{
	background-image: url(../images/archivebkg.png);
	background-repeat: no-repeat;
}

#mainiframe
{
	width: 100%;
	height: 100%;
}
