@charset "utf-8";
.g-bg {
	background-image: url(images/bg-l.jpg);
	background-repeat: repeat-y;
}
.top-bg {
	background-image: url(images/bg-c.jpg);
	background-repeat: repeat-x;
}
.t-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.w-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left:5px;
	line-height:20px;
}
