@charset "utf-8";
/* CSS Document */

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #000000;
}
.bottom_right_corner {
	background-image: url(../images/bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-top-color: #000000;
}
.bottom_left_corner {
	background-image: url(../images/bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #000000;
}
.upper_right_corner {
	background-image: url(../images/top_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.upper_left_corner {
	background-image: url(../images/top_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

