@charset "utf-8";
.body {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}

.link {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration:underline;
}

.link:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}

.nav {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration:none;
}

.nav:hover {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
}

.blank {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration:none;
}

strong {
	color: #333333;
}
