html { 
	height:100%;	
}
body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 75%;
	padding: 0;
	margin: 0;
	color: #000098;
	height:100%;
	overflow:scroll;
	*overflow:visible;
}

body img {
	border: 0 none;
}


h1 {
	font-size: 3.6em;
	margin: 1.25em 0 0.75em 0;
}

a, a * {
	cursor: pointer;
}

a:link {
	color: #000098;
}

a:hover {
	color: #000222;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

