@charset "UTF-8";
/* CSS Document */

.textblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00004E;
	text-decoration: none;
	line-height: 16px;
}
a.textblack:link {
	color: #00004E;
	text-decoration: none;
}
a.textblack:visited {
	color: #00004E;
	text-decoration: none;
}
a.textblack:hover {
	color: #666666;
	text-decoration: none;
}
a.textblack:active {
	color: #00004E;
	text-decoration: none;
}
