@charset "utf-8";
/* right menu link */
a:visited.rightmenu, a:active.rightmenu, a:link.rightmenu
{
	color: #1f22a3;
	text-decoration: none;
}
a:hover.rightmenu
{
	color: #9b9ca9;
	text-decoration:none;
}

a:visited.print, a:active.print, a:link.print
{
	color:#1F22A3;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
}
a:hover.print
{
	color:#000000;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	text-decoration:underline;
}





