	table.links {
		border:0;
		margin:auto;
		text-align:center;
		vertical-align:middle;
		margin-top:99px;
	}

	table.links td {
		font-family: "Arial Narrow", Arial, serif; font-size:21pt; 
		width:225px;
		height:72px;
		background-color:white;
		background-image:url("background_72.png");
		background-repeat:no-repeat;
		background-position:center center;
	}


	table.links td.small {
		height: 22px;
		font-family: "Arial Narrow", Arial, serif; font-size:9pt; 
		letter-spacing: 1.2pt;
		background-image:url("background_22.png");
	}



	table.links td a {
		text-decoration: none;
		color:black;
		color:inherit;
	}

	table.links td a:hover {
		text-decoration:underline;
	}

	table.links td a.disabled {
		text-decoration: none;
	}
	
	table.links span {
		cursor:pointer;
	}

	table.links span:hover {
		text-decoration:underline;
	}

	.footer {
		font-family: "Arial Narrow", Arial, serif; 
		font-size:10pt; 
	
		position: absolute;
		bottom:0px;
		margin-left:46%;		 
	}