.panel {
	margin-right: 15%;
	margin-left: 15%;
	margin-top: 10px;
	text-align: left;
	padding: 5px;
	font-size: small;
}
.panel table {
	margin-right: auto;
	margin-left: auto;
	font-size: small;
}
.label {
	border-right-color: #c5cdc6;
	border-left-color: #eef8f0;
	border-bottom-color: #c5cdc6;
	border-top-color: #eef8f0;
	border-width: 1px;
	border-style: solid;
	padding-right: 4px;
	padding-left: 6px;
	padding-bottom: 1px;
	padding-top: 1px;
	white-space:nowrap;
	text-align: right;
	background-color: #e2ebe3;
}
p {
	text-indent: small;
}

li{
	list-style-position: outside;
	list-style-type:none;
}

li a{
	line-height:20px;
	background-image:url(../img/link.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding:2px 0px 2px 20px;
}
