@charset "utf-8";
.top_left {
	background-image: url(../images/top_left.gif);
	background-repeat: no-repeat;
}

.top_right {
	background-image: url(../images/top_right.gif);
}

.bot_left {
	background-image: url(../images/bottom_left.gif);
}

.bot_right {
	background-image: url(../images/bottom_right.gif);
}

.top {
	background-image: url(../images/top.gif);
}

.left {
	background-image: url(../images/left.gif);
}

.bottom {
	background-image: url(../images/bottom.gif);
}

.right {
	background-image: url(../images/right.gif);
}
body {
	background-color: #e7e7e7;
	text-align: center;
	text-align: -moz-center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.footer_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 8px;
	padding-left: 8px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding-right: 8px;
	padding-left: 8px;
}

a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #666666;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
