
html, body, #entire 
{
    min-height: 100%;
    width: 100%;
    height: 100%;
}

html>body, html>body #entire 
{
  height: auto;
}

#entire 
{
    position: absolute;
    top: 0;
    left: 0;
}     

#banner
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}  

#footer 
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

body 
{ 
	font-family: geneva, arial, sans-serif; 
	background-color: ffffff;
}

table 
{
	font-size: 95%; 
	border-width: 0;
	font-weight: bold;
}

th	
{
	color: 6699CC;
	padding:0;
}

a	
{
	font-size: 12;
	text-decoration: none;
	color: 336699;
}

td	
{
	padding:0;
	font-size: 86%;
	color: 336699;
	font-weight: bold;
}

h1	
{
	padding:0;
	font-size: 13;
	color: 336699;
}

h2
{
	font-size: 11;
	color: 336699;
	text-decoration: underline;
}