*{
	margin:0;
	padding:0;
	border:	none;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-size:1em;
}
html{
	overflow-x:hidden;
	overflow-y:scroll;
}
html, body{
	height:100%;
}
li, dt, dd{
	list-style-type:none;
}
ol{
	display:none;
}
a{
	text-decoration:none;
	color:#A05000;
}
a:hover{
	color:#81BD5F;
}
strong.important{
	color:#800000;
}
.image{
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:top;
	display:block;
	border:0.4em solid;
}
h1, h2, h3, h4, h5, h6{
	font-size:1em;
	font-weight:normal;
}
a span.cache{
	cursor:pointer;
	text-align:center;
	display:none;
}
a:hover span.cache{
	display:block;
}
textarea{
	visibility:hidden;
	border:1px solid #333333;
}
select{
	visibility:hidden;
	border:1px solid #333333;
}
option{
	margin-left:0.4em;
}
input{
	text-align:center;
}
td{
	padding:0.1em;
}
form h1{
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:0.5em;
}


