/* CSS Document */#name_list {	width: 280px;	float: left;	padding: 0px;	margin: 0px;}#name_list ul {	list-style-type: none;	height: inherit;	width: 280px;	padding: 0px 0px 0px 0px;	margin: 0px 0px 0px 0px;	float: none;	}#name_list ul li {	width: 280px;	height:20px;	padding: 0px 0px 0px 0px;	margin: 0px 0px 7px 14px;}#name_list ul li#noBorder {	background-image:url(../images/gui/bullet_off_top.gif);	background-position:left center;	background-repeat:no-repeat;	}#name_list ul li a, name_list ul li a:visited {	color: #7e735d;	font-size: 11px;	text-align: left;	text-decoration: none;	font-family:"Times New Roman", Times, serif;	font-weight: normal;	width: auto;	height: 20px;	padding: 3px 0px 5px 20px;	margin: 0px;	background-image:url(../images/gui/bullet_off.gif);	background-position:left center;	background-repeat:no-repeat;	}#name_list ul li#noBorder a:hover {	color: #7e735d;	font-size: 13px;	text-align: left;	font-weight:bold;	height: 20px;	text-decoration: none;	font-family:"Times New Roman", Times, serif;	padding: 0px 0px 5px 20px;	margin: 0px;	background-image:url(../images/gui/bullet_on_top.gif);	background-position:left bottom;	background-repeat:no-repeat;		}#name_list ul li#noBorder a, name_list ul li#noBorder a:visited {	color: #7e735d;	font-size: 11px;	text-align: left;	text-decoration: none;	font-family:"Times New Roman", Times, serif;	font-weight: normal;	width: auto;	height: 20px;	padding: 0px 0px 5px 20px;	margin: 0px;	background-image:url(../images/gui/bullet_off_top.gif);	background-position:left bottom;	background-repeat:no-repeat;		}#name_list ul li a:hover {	color: #7e735d;	font-size: 13px;	text-align: left;	font-weight:bold;	height: 20px;	text-decoration: none;	font-family:"Times New Roman", Times, serif;	padding: 0px 0px 5px 20px;	margin: 0px;	background-image:url(../images/gui/bullet_on.gif);	background-position:left center;	background-repeat:no-repeat;	}#name_list ul li#onPage a, name_list ul li#onPage a:visited {	color: #7e735d;	font-size: 13px;	text-align: left;	font-weight:bold;	height: 20px;	text-decoration: none;	font-family:"Times New Roman", Times, serif;	padding: 0px 0px 5px 20px;	margin: 0px;	background-image:url(../images/gui/bullet_on.gif);	background-position:left center;	background-repeat:no-repeat;	}