
<!--
.body {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: black;
}
.title {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	height: 20px;
	background-image: url("images/title_bg.gif");
}
.adressField {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: black;
	border : 1 solid;
	border-color: #D7D4D7 #FFFFFF #FFFFFF #D7D4D7;
	height: 21px;
	margin-bottom : 2;
	margin-left : 1;
	margin-right : 1;
	margin-top : 3;
	width : 550px;
}
.filesTable {
	border : 1 solid;
	border-color: #D7D4D7 #FFFFFF #FFFFFF #D7D4D7;
	background-color: white;
	width: 100%;
}
.statusBar {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: black;
	width: 100%;
	height: 22px;
	background-image: url("images/adress_bg.gif");
}
.filesTitle {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	text-align: center;
	color: black;
	height: 22px;
	background-image: url("images/columnHD.gif");
}
.file {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	text-align: left;
	color: black;
	height: 22px;
}
.aColumnTitle {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}
.aColumnTitle:active {
	color: black;
	text-decoration: none;
}
.aColumnTitle:visited {
	color: black;
	text-decoration: none;
}
.aColumnTitle:hover {
	color: black;
	text-decoration: underline;
}
.afile {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #253E8F;
	text-decoration: none;
}
.afile:active {
	color: #253E8F;
	text-decoration: none;
}
.afile:visited {
	color: #253E8F;
	text-decoration: none;
}
.afile:hover {
	color: #253E8F;
	text-decoration: none;
}
.error {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: black;
	height: 22px;
}
a.error {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: white;
	height: 22px;
	text-decoration: underline;
}
