@charset "utf-8";
/* CSS Document */
#select a {
	font-size: 9pt;
	color: #666666;
	text-decoration: underline;
	}
#select a:link {
    font-size: 9pt;
	color: #666666;
	text-decoration: underline;
}
#select a:visited {
    font-size: 9pt;
	color: #666666;
	text-decoration: underline;
}
#select a:active {
    font-size: 9pt;
	color: #666666;
	text-decoration: underline;
}
#select a:hover {
    font-size: 9pt;
	color: #FF9999;
	text-decoration: underline;
}
