<!--
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: #0099FF;
}
a:active {
	text-decoration: none;
}
.style2 {
	color: #6C0005;
	font-size: 14px;
}
.style3 {font-size: 9px}
.style4 {font-size: 10px}
-->