@media print {
    body{
        -webkit-print-color-adjust: exact;
    }
}

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

body{
	text-align:center;
	background:#FF9966;
}

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/title.png);
}

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

#header_report{
	width:760px;
	height:300px;
	background:url(./img/cover_report.png);
}

#header_autumn{
	width:760px;
	height:200px;
	background:url(./img/cover_autumn.jpg);
}

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

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

a:hover{
	text-decoration:none;
	color:#467699;
	border-bottom:1px dotted #467699;
	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 #FF9966;
	margin-top:30px;
	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 #467699;
	padding:5px;
}

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



table.t{
	border-top:1px solid black;
	border-bottom:1px solid black;
	width:740px;
	border-collapse:collapse;
	margin-bottom:20px;
}

table.t td{
	padding:4px 8px;
}

table.t th{
	padding:4px 4px;
	width:8em;
	background:#eee;
	text-align:center;
	border-bottom:1px dotted;
}

td.lecture{
	font-weight:bold;
	/**text-align:center;**/
	text-indent:200px; 
	/** border-bottom:1px dotted #ccc;**/
}

td.earlybird{
	font-weight:bold;
	/**text-align:center;**/
	text-indent:140px; 
	/** border-bottom:1px dotted #ccc;**/
}

td.bottom{
	border-bottom:1px dotted;
}