@charset "utf-8";
.bubble {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
.bubble A {
	text-decoration: none;
	color: #333333;
}
.bubble A:hover {
	text-decoration: none;
	color: #666666;
}
.bubble A:LINK {
	text-decoration: none;
	color: #333333;
}
.bubble A:FOCUS {
	text-decoration: none;
	color: #000000;
}
.ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.ok A {
	text-decoration: none;
	color: #dddddd;
}
.ok A:hover {
	text-decoration: none;
	color: #ffffff;
}
.ok A:LINK {
	text-decoration: none;
	color: #bbbbbb;
}
.ok A:FOCUS {
	text-decoration: none;
	color: #ffffff;
}
