﻿html { height: 100%; }
body 
{
	font-family:Arial;
	font-size:9.5pt;
	width: 100%;
	margin: 0 auto;
	padding: 0 14px;
	min-height: 100%;
	text-align:center;
}

a
{
	color:#000000;
	text-decoration:underline;	
}

a:hover
{
	color:#cccccc;
	text-decoration:none;
}

#outerTable
{
	width:100%; 
	height:100%; 
	text-align:center; 
	margin:0 auto;
	table-layout: fixed;
}

#innerTable
{
	width:887px; 
	height:171px;
}

#clear
{
	clear:both;
}