@charset "utf-8";
/* CSS Document */
<style type="text/css">
.body {
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-x;
}
.headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #004b8a;
	font-weight: bold;
}

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.sepline {
	background-image: url(images/sep-line.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.smenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #064b6e;
}
a:link {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
a:visited {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #064b6e;
}
a:hover {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #004b8a;
}
a:active {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #004b8a;
	font-size: 12px;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 13px;
	text-align: justify;
}
.cellshade {
	background-image: url(images/cellshade.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.catalog {
	background-image: url(images/backcell%20(2).png);
	background-repeat: no-repeat;
	background-image: url(images/backcell.png);
}


</style>

