/* CSS Document */

body {
	background-image: url(images/bg.gif);
	background-repeat:repeat-x;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000099;
}
a:link {
	color: #000000;
	font-weight:bold;
}
a:visited {
	color: #000000;
	font-weight:bold;
}
a:hover {
	color: #000000;
	font-weight:bold;
}
a:active {
	color: #000000;
	font-weight:bold;
}