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

.text {font-size: 10px}
.title {color: #FF6600}
.yellow {font-size: 10px; font-family: Tahoma; }
.style4 {font-size: 10px; font-family: Tahoma; color: #000000; }
.style5 {color: #000000}
.style6 {
	color: #666666;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
