.startbody {
	margin-left: 2px;
	margin-top: 2px;
	background-color: white;
	background-image: url(images/back_start.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	color: black;
	font: 10pt Verdana
}
.topbody {
	margin-left: 5px;
	margin-top: 5px;
	background-color: white;
	background-image: url(images/back_top.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
	color: black;
	font: 9pt Verdana
}
.menu {
	margin-left: 0px;
	margin-top: 0px;
	background-color: white;
	background-image: url(images/back_menu.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
	color: black;
	font: 11pt Verdana
}
.bottom {
	margin-left: 4px;
	margin-top: 4px;
	background-color: white;
	background-image: url(images/back_bottom.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
	color: black;
	font: 9pt Verdana
}
.imgbody {
	margin-left: 5px;
	margin-top: 5px;
	background-color: white;
	background-image: url(images/back_content.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
	color: black;
	font: 9pt Verdana
}
body{
	scrollbar-3d-light-color : Silver;
	scrollbar-arrow-color : Black;
	scrollbar-base-color : Silver;
	scrollbar-dark-shadow-color : Silver;
	scrollbar-face-color : Silver;
	scrollbar-highlight-color : Black;
	scrollbar-shadow-color : Silver;
}
TD {
	color: black;
	font: 9pt Verdana
}
A {
	text-decoration: none;
}
A:link {
	color: #408080;
}
A:visited {
	color: #408080;
}
A:hover {
	color: #408080;
	text-decoration: underline;
}