<!--
body {
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
}
.style1 {
	color: #978975;
	font-weight: bold;
	font-size: 18px;
}
-->