div.footer {
	margin: 20px;
	color: #777777;
}

body {
	float: 
	background: white;
	font-family: Courier New, batang, serif, Times New Roman, Garamond;
	font-size: 12px;
	color: black;
}

iframe {
	align: top;
	background: #ebf6f8;
	width: 100%;
	height: 20px;
	padding: 0px;
	border: 0px;
	margin: 0px;	
}

table
{
	padding: 0px;
	border-color: #0071ba;
	empty-cells: show;
	width: 1000px;
}

table.heading
{
	font-family: Times New Roman, Garamond;
	border: 0px;
	font-weight: 900;
	font-size: 24px;
	color: #0071ba;
	line-height: 90%
}

td.right
{
	line-height: 50%;
}

table.list
{
	border-width: 2px;
	border-color: #0071ba;
	border-collapse: collapse;
	font-size: 12px;
} 

th
{
	text-align: left;
	font-weight: normal;
	color: #0071ba
}

td
{
	border-color: #0071ba
}

.right 
{
	text-align: right;
	vertical-align: bottom;
}

.center
{
	text-align: center;
}

a {color: #777777}
a:link {text-decoration: none }
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: black;}