@charset "utf-8";
/* Event detail */

.ed_h1 {
font-family:verdana;
font-size:14pt;
background-color:#CCC;
padding:20px;
color:#900;
font-weight:bold;
margin:0;
}
.ed_h2 {
font-family:verdana;
font-size:12pt;
background-color:#DDD;
padding:10px;
font-weight:normal;
margin:0;
}
.ed_h3 {
font-family:verdana;
font-size:10pt;
background-color:#EEE;
padding:5px 10px 5px 10px;
font-weight:normal;
margin:0;
}
.ed_h4 {
font-family:verdana;
font-size:10pt;
background-color:#EEE;
padding:10px;
border:1px solid #CCC;
color:#900;
font-weight:normal;
margin:10px 0 0 0;
}
.ed_p, .ed_a {
font-family:verdana;
font-size:10pt;
}

.ed_table {
font-family:verdana;
font-size:10px;
}
.ed_td {
border-bottom:3px double #eee;
height:20px;
padding:5px;
}

.colheaders{
background-color:#eee;
font-weight:bold;
}
.year {
color:#900;
font-size:14pt;
font-weight:bold;
background-color:#ccc;
border-bottom:1px dashed #900;
text-align:center;
}
.bold {
font-weight:bold;
}
.further {
	padding:8px;
	background-image:url(page_white_magnify.png);
	background-repeat:no-repeat;
	background-position:center;
	text-decoration:none;
}

