html {
	height: 100%;
}

body {
	color: black; 
	font-style: normal; 
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0px;
	height: 100%;
}

table {
	font-size: 10px;
	border: none;
	border-collapse: collapse;
}
td, th {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: black;	
	border: none;
	vertical-align: top;
	text-align: left;
	padding:0px;
}

#KSFooter {
	margin: 10px 0px;
	clear: both;
	width: 100%;
	text-align: center;
	color: #0066ff; 
}

#KSFooterLink {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000066;
	text-decoration: none;
}
#KSFooterLink:hover {
	text-decoration: underline;
}

