.list,
.list td,
.list tr,
.list a:link,
.list a:active,
.list a:hover,
.list a:visited {
	margin: 0px;
	height: auto;
	border: 0px;
	padding: 0px;
	font-size: 11px;
	border-collapse: separate;
	color: #000053;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	vertical-align: middle;
}
.list,
.list td,
.list tr{
width: 100%;
}
.list tr {
	background-color: #C6E0FF;
}
.list td {
	padding-left: 2px;
}
.list tr.item,
.list tr.item td,
.list tr.highlight,
.list tr.highlight td{
	cursor: pointer;
}
.list tr.item a,
.list tr.highlight a {
	width: 100%;
}
.list tr.highlight,
.list tr.highlight td {
	background-color: #FFF68C;
}
.list tr.header,
.list tr.header td{
	background-color: #6699cc;
	color: white;
	border-bottom: 1px solid #000053;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
.list tr.space,
.list tr.space td{
	background-color: transparent;
	height: 10px;
}
.list td.label{
	text-align: right;
	font-weight: bold;
	padding-right: 2px;
	width: 25%;
}
.list td.value{
	width: 75%;
	padding-left: 2px;
}

.list td.value a:link,
.list td.value a:active,
.list td.value a:hover,
.list td.value a:visited{
	font-style: oblique;
	font-weight: bold;
	color: #000053;
	text-decoration: none;
}

.list td.value a:hover{
	text-decoration: underline;
}
