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