	ul#overview {
		margin: 0px;
		list-style-type: none;
		padding: 10px 40px 10px 40px;
	}
	
	ul#overview li {
		width: 100%;
		padding: 5px;
	}
	
	ul#overview a:link, ul#overview a:visited {
		background-color: #eeeeee;
		display: block;
		border: 1px solid black;
		height: 91px;
		text-decoration: none;
	}
	
	ul#overview a:hover {
		cursor: hand;
		background-color: #dfedf5;
	}
	
	ul#overview span {
		width: 100%;
	}

	ul#overview img {
	 	border: 0px solid black;
		float: left;
		margin-top: 8px;
		padding-left: 8px;
		padding-right: 8px;
	}

	ul#overview span.text, .largeText {
		font-weight: bold;
		font-family: 'trebuchet ms', tahoma, verdana, arial;
		font-size: 15px;
		color: #375464;
		line-height: 24px;
	}
	
	ul#overview span.text sup, .largeText sup {
		font-size: small;
	}
	
	
	ul#overview span.text b, .largeText b {
		color: #62a1c3;
	}
	
	
	