/* CSS Document */
html, body {
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
html * {
	margin:0px;
	padding:0px;
}
body {
	font-size:10px;
	padding:10px;
	color:#1e278e;
	background-color:#9ab484;
}
h2 {
	margin:20px 0px 10px 0px;
}
p {
	line-height:18px;
	margin:10px 0px;
}
a {
	color:#1e278e;
}
table.factSheet {
	table-layout:fixed;
	font-size:1.2em;
	width:100%;
}
table.factSheet td {
	padding:2px 5px;
	vertical-align:top;
}
table.factSheet tr.even td {
	background-color:#b7d1a1;
}
table.factSheet td.title {
	font-weight:bold;
}
div.panelPadding {
	border:1px solid #b7d1a1;
	clear:both;
}
.IDSimageGrid {
	table-layout:fixed;
	margin-top:3px;
}
.IDSimageGrid td {
	overflow:hidden;
	text-align:center;
}
.IDSimageGrid td img {
	width:100px;
	height:70px;
	border:1px solid #1e278e!important;
	padding:1px;
	background-color:#ffffff;
}
