body.bg_1 {
	background-attachment: scroll;
	background-color: #E2C3AF;
	background-image: url(images/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.table_bg {
	background-color: #FFFFFF;
	border: thin solid #000000;
	background-image: url(images/bg_2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.table_small {
	background-color: #FFFFFF;
	border: thin solid #333333;
	background-image: url(images/inner_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
