a, a.navi_ext, a.navi_int  {
	text-decoration: none;
}
a:link {
	color: #0000CC;
	font-weight: bold;
}
a:visited {
	color: #000077;
}
a:hover {
	text-decoration: underline;
}
a.navi_ext:link {
	color: #FF9900;
	text-decoration: none;
	padding-left: 12px;
	background: url(../images/Link_Outside_Pic.gif) no-repeat left;
}
a.navi_ext:visited {
	color: #774400;
	text-decoration: none;
	padding-left: 12px;
	background: url(../images/Link_Outside_Pic_visited.gif) no-repeat left;
}
a.navi_ext:hover {
	text-decoration: underline;
	padding-left: 12px;
	background: url(../images/Link_Outside_Pic_hover.gif) no-repeat left;
}
a.navi_int:link {
	font-weight: bold;
	color: #0000CC;
	padding-left: 12px;
	background: url(../images/Link_Pic.gif) no-repeat left center;
}
a.navi_int:visited {
	color: #000077;
	text-decoration: none;
	padding-left: 12px;
	background: url(../images/Link_Pic_visited.gif) no-repeat left center;
}
a.navi_int:hover {
	text-decoration: underline;
	padding-left: 12px;
	background: url(../images/Link_Pic_hover.gif) no-repeat left center;
}


a.pic_lnk:link img {
	border: 3px white solid;;
}
a.pic_lnk:visited img {
	border: 3px white solid;;
}
a.pic_lnk:hover img {
	border: 3px #0000CC ridge;
}



.LinkList {
	list-style-image: url(../images/Link_Pic.gif);
	list-style-type: none;
}
.LinkList a:link {
	list-style-image: url(../images/Link_Pic.gif);
	padding-left: 0px;
}
.LinkList a:visited {
	list-style-image: url(../images/Link_Pic_visited.gif);
	padding-left: 0px;
}
.LinkList a:hover {
	list-style-image: url(../images/Link_Pic_hover.gif);
	padding-left: 5px;
	text-decoration: none;
}
#idLinkListItem:hover {
	list-style-image: url(../images/Link_Pic_hover.gif);
	text-decoration: none;
}
#idLinkListItem {
	margin-left: 10px;
}
a.sold:link {
	color: #999999;
	text-decoration: none;
}
a.sold:visited {
	color: #CCCCCC;
	text-decoration: none;
}
