body {
	background-color: #000000;
	color: silver;
	font-family: Arial;
	font-size: 10pt;
	text-align:center;
}

a:link {color: lime;}
a:visited {color: lime;}
a:active {color:red}

a.home-page:link {color: red;}
a.home-page:visited {color: red;}
a.home-page:active {color: red;}

.table {
	width: 910px;
	text-align: center;
}

.heading-1 {
	text-align: center;
	font-size: 22pt;
	font-weight: bold;
}

.heading-3 {
	text-align: center;
	font-size: 10pt;
}

.table-b3 {
	text-align: right;
}

.table-c1 {
	text-align: left;
	width: 350px;
	font-size: 12pt;
}

.table-c2 {
	text-align: center;
	width: 300px;	
}

.table-c3 {
	text-align: left;
	width: 150px;
}

.table-d1 {
	text-align: left;	
	font-size: 12pt;
}

.table-d3 {
	text-align: right;	
}

.table2 {
	width: 200px;
	height: 50px;
	vertical-align: bottom;
}

.footer {
	text-align:center;
	font-size: 7pt;
}



