/*----------------------------------------------------------------------
sitemap/index.html
----------------------------------------------------------------------*/
h2 {
	clear: both;
	text-indent: -9999px;
	margin-top: 12px;
	padding-bottom: 6px;
	
}

h2.sitemap {
	background: url(../images/h2_sm_title.gif) 0 0 no-repeat;
	width: 900px;
	height: 80px;
}



.sm_title {
	text-align: left;
	padding: 5px 0 2px 7px;
	margin-top: 10px;
	font-size: 90%;
	color: #570d0d;
	font-weight: bold;
	background-color: #f7f4f4;
	border-bottom: 1px solid #570d0d;
}


.sm_txt {
	text-align: left;
	font-size: 80%;
	padding: 7px 0 2px 7px;
	line-height: 155%;

}

.sm_txt a {
	text-decoration: underline;
	color: #222222;

}

.sm_txt a:hover {
	text-decoration: none;

}



.attention {
	text-align: right;
	font-size: 75%;
	font-weight: bold;
	padding: 0px 0 5px 0px;
	line-height: 155%;

}




ul.pastlist li {
	background: url(../event/images/pastlist_bg.gif) 0 0 no-repeat;
	padding: 7px 0 0 25px;
	text-align: left;
	font-size: 80%;
	width: 825px;
	height: 28px;

}


ul.pastlist li a {
	text-decoration: underline;
	color: #222222;


}



















































