*{
	margin:0;
	padding:0;
	font-family:Verdana;
	color:#333333;
}

body{
	text-align:center;
	background:#cccccc;
}

img, a img, a:hover img{
border:none;

}

#wrapper{
	width:760px;
	margin:0 auto;
	text-align:left ;
	background:white;
	
}

#header{
	width:760px;
	height:200px;
	background:url(./img/header1.jpg);
}

#header h1,#header_report h1, #header_autumn{
	text-indent:-9999px;
}

#main{
	font-size:9pt;
	padding:10px;
}

a{
	text-decoration:none;
	color:#cc0000;
	border-bottom:1px dotted #cc0000;
}


a:hover{
	text-decoration:none;
	color:#cc0000;
	border-bottom:1px dotted #cc0000;
	background:#cc6669;
	cursor: url(./img/negitoro.png), pointer;
}


p{
	margin: 10px;
	text-indent:1em;
	line-height:150%;
	text-indent:1em;
	margin-left:2em;
}


li{
	display:inline
}

h2{
	font-size:12pt;
	border-bottom:1px dotted #404040;
	border-left:5px solid #cc0000;
	margin-top:10px;
	padding:5px;
}

h3{
	font-size:10pt;
	margin:10px 0px 5px;
	font-size:110%;
	border-bottom:1px dotted #404040;
	padding-left:5px;
	color:black;
}

h4{
	border-left:3px solid #404040;
	padding:5px;
}

ul.file,ol{
	margin-left:30px;
}



table.t{
	border-top:1px solid dimgrey;
	border-bottom:1px solid dimgrey;
	width:740px;
	border-collapse:collapse;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	font-size:0.95em;
}

table.t tr{
	border-top:1px dotted lightgrey;
}


table.t tr.head{
	border-top:1px dotted dimgray;
}

table.t th,table.t td{
	text-align:left;
	padding:7px;
	border-bottom:1px dotted #ccc;
}

table.t th{
	width:8em;
	background:#eee;
	text-align:center;
}

table.t td{
	padding:left:10px;
}

