
	DIV.list
			{
			border-bottom:1px solid #DBDBDB;
			border-top:1px solid white; 
			padding:5px;
			margin:0 5px;
			}
	DIV.list H3
			{
			font-size:1.2em;
			font-weight: normal;
			margin-left:20px;
			}			
	DIV.list UL
			{
			margin:0;
			margin-left:20px;
			list-style:url(img/list-style-arrow.gif);
			}
	DIV.list UL LI
			{
			margin:5px 0;
			clear:both;
			}

	DIV.list UL LI A,
	DIV.list UL LI A:visited
			{
			color: #0158BA;
			clear:both;
			}			
	DIV.list UL LI A:hover,
	DIV.list UL LI A:visited:hover
			{
			color: white;
			}
			
			
