@charset "utf-8";
/* CSS Document */
A {
	font-size: 100%;
	color: #004276;
	text-decoration: none;
	/* [disabled]font-weight: bold; */
}
A:link {
	color: #004276;
	text-decoration: none;
	font-size: 100%;
	/* [disabled]font-weight: bold; */
}
A:visited {
	color: #004276;
	text-decoration: none;
	font-size: 100%;
	/* [disabled]font-weight: bold; */
}
a:hover {
	color: #993333;
	text-decoration: underline;
	font-size: 100%;
	/* [disabled]font-weight: bold; */

}
