.list-container, .contenttable {
	margin: 0px 0px;
	padding-left: 0px;
	list-style: none;
	border: 1px #d5c4a8 solid;
   color:gray;
   background-color:#eeeeee;
}

.list-header, .list-header-small, .list-item1, .list-item1-small, .list-item2, .list-item2-small {
	margin-left: 0px;
	margin-top: 3px;	
	padding: 5px 10px;
	font-weight: bold;
   font-size:100%;
}

.list-header {
	text-align: left;
	background-color: #E5E0D3;
}

.list-header-small {
	text-align: left;
	background-color: #E5E0D3;
	font-size: 100%;
}

.list-item1 {
	background-color: #E5E0D3;
   text-align:right;
   color: gray;
}

.list-item1-small {
	background-color: #ffffff;
   text-align:right;
	font-size: 100%;
	font-weight: bold;
}

.list-item2 {
	color: gray;
	background-color: #ffffff;
}

.list-item2-small {
	color: gray;
	background-color: #ffffff;
	font-size: 100%;
}
.list-item3-small {
	color: gray;
	background-color: #ffffff;
	font-size: 100%;
	font-weight: bold;
}

.list-item1 A:LINK,.list-item1 A:VISITED,.list-item2 A:LINK,.list-item2 A:VISITED {
	color: #000;
	padding-left: 2px;
	text-decoration: none;
}

.list-item1 A:HOVER,.list-item2 A:HOVER {
	text-decoration: underline;
}