.logo {
background-image:url(logo_bg.jpg);
}
.menu {
	background-image:url(images/background_menu2.gif);
	padding-left: 0.5cm;
}
.menu a:link {
	color: #37367b;
	text-decoration: none;
	font-weight: bold;
}
.menu a:visited {
	color: #37367b;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	font-weight: bold;
	color: #37367b;
	text-decoration: underline;
}
.menu a:active {
	font-weight: bold;
	color: #37367b;
	text-decoration: underline;
}
.text {
	background-color: #FFFFFF;
	padding: 0cm  0.5cm;
}
.page {
	background-image: url(images/background2.gif);
	left: 0px;
	top: 0px;
}
.footer {
background-image: url(footer_bg.gif);
}