﻿body {
	margin:0;
	padding:0;
}
h1, h2, h3 {
	margin:0;
	padding:0;
}
#pageHeading {
	text-align: center;
	background-color: #104d79;
	color: white;
}
#footer {
	position: fixed;
	bottom: 0px;
	left: 0;
	border-top: #104d79 solid thin;
	width:100%;
	text-align:center;
	background:#104D79;
	color:White;
}
#heading {
	text-align:center;
	font-weight:bolder;
	margin-bottom:10px;
	margin-top:10px;
	color:Black;
}
#content {
	display:table;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#disclaimer {
	position:relative;
	bottom:0;
	left:0;
	font-size:small;
	background:white;
	color:#990066;
	text-align:left;
}
table.Report {
	border-collapse: collapse;
}
table.Report, table.Report th, table.Report td {
	border:1px solid #104d79;
}
table.Report th {
	padding: 6px;
}
table.Report td {
	padding: 3px;
}
.lableColor {
	color: black;
}
#content1 {
	display:table;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}