body{
	background-color:#fcfcfc;
	color:#030303;
	margin:0 0 1em 0;
	line-height:1.3;
}
h1{
	margin:1em 3em 1.5em 3em;
	padding:0;
	border-width:thin;
	border-style:none none solid none;
	border-color:#aa0000;
	text-align:center;
	font-size:200%;
	font-weight:bolder;
	font-family:serif;
}
h2{
	margin:2em 3em 1em 3em;
	text-align:center;
}
p{
	margin:0.7em 2em 0.7em 2em;
	text-indent:1em;
}
ul{
	list-style-type:none;
	margin:0;
}
li{
	display:block;
}
dt{
	font-weight:600;
	margin:0.7em 0 0.7em 10%;
}
dd{
	margin:0.7em 0 0.7em 20%;
}
a{
	text-decoration:underline;
	color:#0000aa;
}
em{
	color:#ff0000;
	font-style:normal;
	font-weight:400;
}
strong{
	font-style:normal;
	font-weight:600;
}
hr{
	display:none;
	clear:left;
}
img{
	border-width:0;
	border-color:#fdfdfd;
}
dd img{
	float:left;
}
p.first{
	text-indent:0;
	margin-bottom:0;
}
p#second{
	text-indent:0;
	margin-top:0;
}
ul.navigation{
	text-align:right;
	margin:0;
	padding:0.8em 0.3em 0.1em 0.3em;
}
li.button{
	display:inline;
}
.header{
	border-width:thin;
	border-color:#999999;
	border-style:none none solid none;
}
.title{
	float:left;
	width:200px;
}
.copyright{
	border-width:0.05em;
	border-color:#666666;
	border-style:solid none none none;
	margin:3em 0 0 2em;
	padding:0 0.8em 0 0;
	text-align:right;
	font-size:75%;
	color:#666666;
}
