html {height:100%;width::100%;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	
}
body {
	background-color: #FFF;
	width:100%; height:100%;
}
a:link {
	color: #03F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03F;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #03F;
}
#pageHeader{
	border:999 1px solid;
	border-bottom:none;
	background-color:#F4F4F4;
	width:100%;
	
}
#pageContent{
	border:999 1px solid;
	background-color:white;
	width:100%;
	height:100%;
}
#pageFooter{
	color:black;
	border:500 1px solid;
	background-color:#F4F4F4;
	width:100%;
        text-align:center;
	line-height:30px;
	}