@charset "utf-8";
/* CSS Document */

.subtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.subtext a:link {
	color: #999999;
	text-decoration: none;
}
.subtext a:visited {
	text-decoration: none;
	color: #999999;
}
.subtext a:hover {
	text-decoration: none;
	color: #b22a2d;
}
.subtext a:active {
	text-decoration: none;
	color: #999999;
}
