/* CSS Document */
body {
	background-image: url(bg.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	background-color:796f5e;
}
.style1 {
	font-family: "trebuchet ms";
	font-size: 9pt;
	color: #FFFFFF;
}
td {
	font-family: "trebuchet ms";
	font-size: 9pt;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #8B8B8B;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
