
/* CSS Document */
.sa_keyword {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#004489;
	font-style:normal;
	font-weight:normal;
	width:225px; 
	height:18px; 
	overflow:hidden;
	cursor:pointer;
	background-color:#FFFFFF;
	text-indent:5px;
	padding-top:2px;
}
.sa_keyword_highlight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	font-style:normal;
	font-weight:normal;
	width:225px;
	height:18px; 
	overflow:hidden;
	cursor:pointer;
	background-color:#004489;
	text-indent:5px;
	padding-top:2px;
}

