@charset "utf-8";
/* Show Us Your Z CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: transparent;
	background-image: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.tag_container {
	background-repeat: no-repeat;
	height: 200px;
	width: 200px;
	overflow: hidden;
	cursor: pointer;
}
.tag_toptext {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	text-align: center;
	font-size: 14px;
}
.tag_bottomtext {
	position: absolute;
	left: 0px;
	top: 170px;
	width: 200px;
	text-align: center;
}

