
	#viewer 			{
		color: #4B4431;
		font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
		margin: 0;
		text-decoration: none;
	}
	
	DIV#overview 			{
		color: #4B4431;
		font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
		text-align: left;
		padding: 10px;
		margin: 0;
		width: 500px;
		font-size: 50px;
		text-decoration: none;
	}
	
	DIV#overview UL#extended H2{
		font-size: 10px;
		text-decoration: none;
	}
	

	DIV#overview UL#extended {
		padding: 0;
		margin: 0;
	}
	
	DIV#overview UL#extended LI {
		font-weight: bold;
		list-style-type: none;
		text-decoration: none;
		float: left;
	}
	
	DIV#overview UL#extended LI A,
	DIV#overview UL#extended LI DIV {
		width: 139px;
		height: 51px;
		color: #4B4431;
		background-color: #C7b377;
		overflow: hidden;
		text-decoration: none;
		padding: 0 0 0 51px;
		border: 0;
		margin: 1px;
		display: block;
	}
	
	DIV#overview UL#extended LI A:hover {
		text-decoration: none;
		color: #FFFFFF;
		background-color: #4B4431;
	}
	
	DIV#overview UL#extended LI SPAN {
		font-size: 75%;
		font-weight: normal;
		font-style: italic;
	}
