@charset "utf-8";
/* CSS Document */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 8px;
}
a.text:link {
	color:#000000;
}
a.text:visited {
	color:#000000;
}
a.text:hover {
	color:#FF6600;
	text-decoration: underline;
}
