@charset "utf-8";
/* CSS Document */

.text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#999; }
	
	
.title {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#999;
	font-weight:bold;
	}

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: none;
}

	