@charset "utf-8";
/* CSS Document */

	.syhLink:link {
		color:#000;
		text-decoration:none;
	}
	
	.syhLink:visited {
		color:#000;
		text-decoration:none;
	}
	
	.syhLink:hover {
		color:#000;
		text-decoration:underline;
	}
	
	.syhLink2:link {
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
		text-decoration:none;
	}
	
	.syhLink2:visited {
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
		text-decoration:none;
	}
	
	.syhLink2:hover {
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
		text-decoration:underline;
	}