* {
	margin             : 0;
	padding            : 0;
	/*
	-moz-box-sizing    : border-box;
	-webkit-box-sizing : border-box;
	box-sizing         : border-box;
	*/
}
body {
	color              : #000000;
	background         : #ffffff;
	font-size          : 10pt;
	font-family        : sans-serif;
	width              : 100%;
}
#main {
	position           : absolute;
	left               : 0;
	top                : 0;
	width              : auto;
	height             : 100%;
	background         : #000000;
}
h1 {
	color              : #c0c0c0;
	background         : #202020;
	font-weight        : normal;
	font-family        : 'Times New Roman', serif;
	font-size          : 140%;
	text-align         : center;
	padding-top        : 6px;
	padding-bottom     : 3px;
}
#note {
	position           : absolute;
}
a {
	color              : #0000a0;
	text-decoration    : none;
}
a:hover {
	color              : #ff0000;
}
p {
	margin             : 0.8em;
	line-height        : 1.4em;
}
dl, ul, ol {
	margin-left        : 1em;
}
dt {
	margin             : 0.6em 1em 0.4em 1em;
}
dd {
	margin             : 0.4em 0em 0.4em 3em;
}
li {
	margin             : 0.5em 0em 0.5em 2em;
}
input {
	font-size          : inherit;
}
input[ type="button" ], input[ type="submit" ], input[ type="reset" ] {
	min-width          : 6em;
}
