@charset "windows-1252";
/* CSS Document */

 a {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
 a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
