*{
	margin:0;
	padding:0;
	font-family:Verdana;
	color:#000033;
}

body{
	text-align:center;
	background:darkgray;
}

img, a img, a:hover img{
border:none;

}

#wrapper{
	width:800px;
	margin:0 auto;
	text-align:left ;
	background:white;
	
}

#header{
	width:800px;
	height:200px;
	background:url(./img/picture.png);
}

#header h1,#header_report h1, #header_autumn{
	text-indent:-9999px;
}

#main{
	font-size:9pt;
	padding:10px;
}

a{
	text-decoration:none;
	color:#0000FF;
	border-bottom:1px dotted #0000FF;
}

a:hover{
	text-decoration:none;
	color:#0000FF;
	border-bottom:1px dotted #0000FF;
	background:#89c;
}

p{
	margin: 10px;
	text-indent:1em;

}

p,li{
	line-height:150%;
	text-indent:1em;
	margin-left:2em;
}

h2{
	font-size:12pt;
	border-bottom:1px dotted #999;
	border-left:5px solid darkgray;
	margin-top:10px;
	padding:5px;
}

h3{
	font-size:10pt;
	margin:10px 0px 5px;
	font-size:110%;
	border-bottom:1px dotted #999;
	padding-left:5px;
	color:black;
}

h4{
	border-left:3px solid gray;
	padding:5px;
}

ul.file,ol{
	margin-left:30px;
}



table.t{
	border-top:1px solid dimgray;
	border-bottom:1px solid dimgray;
	width:780px;
	border-collapse:collapse;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

table.t tr{
	height:40px;
	border-top:1px solid lightgrey;
}


table.t tr.head{
	border-top:1px solid dimgray;
}

table.t th,table.t td{
	text-align:left;
	padding:3px;
	border-bottom:1px dotted #ccc;
}

table.t th{
	width:8em;
	background:#eee;
	text-align:center;
}

table.t td{
	padding:left:10px;
}
