 html, body, #wrapper {
    min-height: 100%;
    width: 100%;
    height: 100%;
    }
 
html>body, html>body #wrapper {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
    }
    
	body {
	margin:0px;
	padding:0px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : small;
	background-color: #f3f3f3;
	}
		
	
	A {
	text-decoration: none;
	font-weight: normal;
	}

	A:HOVER {
	text-decoration: underline;
	}
		
	A.homebar {
	text-decoration: none;
	color: white;
	font-weight: normal;
	}

	A.homebar:HOVER {
	text-decoration: underline;
	color: white;
	}
	
	TD.homebar{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
}

	h1 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size		:	  1em;
}