/* CSS Document */

body {
	background-image: url(img/background.gif);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.style1 {
	color: #761700;
	font-weight: bold;
}
a:link {
	color: #731400;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #721400;
}
a:hover {
	text-decoration: none;
	color: #B90000;
}
a:active {
	text-decoration: none;
	color: #721400;
}

