<!--
.bg {
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	background-image: url(bg2.jpg);
}
.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 13px;
}
.style2 {
	background-image:url(images/layout_09.jpg);
	background-repeat:no-repeat;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a {
color: #333333;
text-decoration: none;
}

a:visited {
color: #333333;
}
a:hover {
text-decoration: underline;
color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

-->