/* CSS Document */
/* bottom navigation texts format */

.StorageNavTitle {
	font-family: "宋体";
	font-size: 9pt;	
	color: #606062;	
	line-height: 160%;
	font-weight: bold;
	text-decoration: none;
}

a.StorageNavLink:link,
a.StorageNavLink:visited,
a.StorageNavLink:active

 {
	color: #333333; /* #00529B; blue color */
	text-decoration: none;
	font-family: "宋体";
	font-size: 9pt;
	font-style: normal;
	line-height: 140%;
}

a.StorageNavLink:hover {
	color: #00529B; /* #606062; */
	text-decoration: underline;
	font-family: "宋体";
	font-size: 9pt;
	font-style: normal;
	line-height: 140%;
}

img.StorageListBox1 {

	margin-left: 4px;
	margin-right: 4px;
}

/*
a.StorageNavLink:active {
	color: #606062;
	text-decoration: none;
	font-family: "宋体";
	font-size: 9pt;
	font-style: normal;
	line-height: 160%;
}
a.StorageNavLink:visited {
	color: #606062;
	text-decoration: underline;
	font-family: "宋体";
	font-size: 9pt;
	font-style: normal;
	line-height: 160%;
}
*/



