@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/BG01.gif);
}
.bg-top {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
}
.bg-topside {
	background-image: url(images/topside.gif);
	background-repeat: repeat-x;
}
.bg-main {
	background-image: url(images/bg-main.gif);
	background-repeat: repeat-y;
}
.bg-footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
.bg-mainmenu {
	background-image: url(images/bg-mainmenu.gif);
	background-repeat: no-repeat;
}
a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-size: 150%;
	margin: 0px;
	padding: 0px;
}
.bg-map {
	background-image: url(images/bg-addressbar.gif);
	background-repeat: no-repeat;
}
.txt-yellow {
	font-weight: bold;
	color: #FC0;
	font-size: 125%;
}
.txt-white {
	font-size: 125%;
	font-weight: bold;
	color: #FFF;
}

