.gen_item_text {
	margin-left: 30px;
	margin-top: 2px;
}
.gen_doc_item {
	width: 500px;
	height: 20px;
	text-align: left;
}

.gen_doc_item a {
	display:block;
	width: 500px;
	height: 20px;	
	background-image: url(../images/tools/tool_item_doc_long.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}


.gen_doc_item a:hover {
	display:block;
	width: 500px;
	height: 20px;	
	background-position: 0 -20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C76CA;
	text-decoration: none;	
}					
