/* CSS Document */

/*body,html{margin: 0; height: 100%;}*/

td{font-family: verdana; font-size: 11px;}
a {
	color: black;
}

a:hover {
	color: black;
	text-decoration: none;
}


* {
	margin: 0;
}

ul {
margin-left: 40px;
list-style-type: disc;
}
ol {
margin-left: 40px;
list-style-type: disc;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 65px; /* .push must be the same height as .footer */
}


