﻿.note {
	display:block;
	font-size:8pt;
}

table {
	margin-top:30px;
	max-width:1120px;
	margin-left:auto;
	margin-right:auto;
	font-size:10.5pt;
}

table td {
	padding: 6px;
}

table .oldValueCell,
table .newValueCell {
	min-width: 140px;
	text-align:center;
}

table .notesCell {
	font-size:9pt;
}

table .oldValueCell img {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

table .nameCell {
	min-width: 250px;
}

table .headerRow {
	font-weight:bold;
	font-size:13pt;
}

table .subheaderRow {
	background-color: #DFE6FF;
	font-weight:bold;
	color: #07294A;
}

table .subheaderRow td {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

#footNote {
	margin-top:50px;
	max-width:1120px;
	margin-left:auto;
	margin-right:auto;
}

#TopBar p a
{
    color:White;
    text-decoration:underline;
}

#bodyContent
{
    margin-bottom:100px;
}