@charset "utf-8";
/* CSS Document */

.redtxtbld {color: #FF0000; font-weight: bold;  }

#border {
   border-top-style: double;
	text-align: center;
	border-top: double #FF7800;	
}

#link-list {
	margin: 0px 0 0 1em;
	line-height: 2em;
	padding-left: .5em;
}

#link-list li {
	list-style: none;
	background-image: url(../imgs/nav/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;	
}
#link-list2 li {
	list-style: none;
	background-image: url(../imgs/nav/bullet3b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;	
}