@charset "utf-8";
body {
	background-image: url(../images/background2.gif);
	background-repeat: repeat;
	background-position: left top;
}
.mainbg {
	background-image: url(../images/background1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bodybg2 {
	background-image: url(../images/bodybg2.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.bodybglong {
	background-image: url(../images/bodybg_long.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.bottombg {
	background-image: url(../images/bottombg.png);
	background-repeat: no-repeat;
}
.bodybg {
	background-image: url(../images/bodybg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #454a4e;
}
a {
	color: #a28970;
	text-decoration: none;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #b0c1ac;
}

a:hover {
	text-decoration: underline;
}
.copyright a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #b0c1ac;
	text-decoration: none;
}
.copyright a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #b0c1ac;
	text-decoration: underline;
}
.partners {
	font-size: 11px;
	font-style: italic;
}
