table.Panel {
	background:#FFFFFF;
	border-width:2px;
	border-style:solid;
	border-color:#3B79A0;
}
table.Panel th {
	background:#3B79A0;
	color:#FFFFFF;
	font: bold 10pt "Arial";
}
table.Panel td {
	color:#000000;
	font: normal 8pt "Arial";
}
table.Panel a {
	color:#336699;
}
table.Header {
	background:#FFFFFF;
}
tr.Row1 {
	background:#ABCDEF;
}
tr.Row2 {
	background:#FEDCBA;
}
table.NavBar {
	background: #DE2B2B;
}
table.NavBar td {
	color: white;
	font: bold 10pt "Arial";
}
table.NavBar a {
	text-decoration:none;
	color: white;
}
table.NavBar a:hover {
	color: yellow;
}
p.Footer {
	font: normal 10pt "Arial";
}