table.infoTable {
	border-collapse: collapse;
}

table.infoTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	color: #ffffff;
	border-top: solid 2px #0D5B82;
	border-bottom: solid 2px #0D5B82;
	background-color: #0C3956;
	padding: 5px 8px 3px 8px;
}

table.infoTable td.title {
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #0e5177;
}

table.infoTable td.category {
	width: 1%;
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	background-color: #0d4567;
	padding-left: 16px;
}

table.infoTable td.info {
	width: 99%;
	vertical-align: top;
	color: #eeeecf;
}

table.infoTable td.info ul.outer {
	margin-left: 14px;
	padding: 0px;
	list-style-type: disc;
}

table.infoTable td.info ul.outer li {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

table.infoTable td.info ul.inner {
	margin-left: 24px;
	padding: 0px;
	list-style-type: disc;
}

table.infoTable td.info ul.inner li {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

table.infoTable td.info ul li.hilite {
	color: #ffe084;
}

table.infoTable td.info ul li.vspace {
	padding-top: 14px;
}

table.infoTable td.info ul li span.underline {
	text-decoration: underline;
}

table.infoTable td.info ul li span.entryID {
	color: #1f82aa;
	padding-left: 4px;
}



/*
table.infoTable1 {
}

table.infoTable1 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	padding: 4px 6px 3px 6px;
	background-color: none;
}

table.infoTable1 td.title {
	font-weight: bold;
	text-align: center;
	background-color: #409bb4;
}

table.infoTable1 td.head {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-color: #409bb4;
}

table.infoTable1 td.subhead {
	width: 1%;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	background-color: #409bb4;
}

table.infoTable1 td.content1 {
	color: #000000;
	text-align: left;
	background-color: #d2eaf1;
}

table.infoTable1 td.content2 {
	color: #000000;
	text-align: left;
	background-color: #a5d5e2;
}

table.infoTable1 td.blank {
}

table.infoTable1 td.hcenter {
	text-align: center;
}
*/

