@charset "UTF-8";
/* CSS Document */


dl {
	margin:10px 0 30px 0;
	font-size:90%;
}

dt {
	float:left;
	width:3em;
}

dd {
	margin-left:3em;
	margin-bottom:20px;
}

h4 {
	font-size:120%;
	margin-top:60px;
	margin-bottom:30px;
	font-weight:normal;

	border:2px solid #CCC;
	border-radius:15px;
	padding:15px 20px;
}



a.atn {
	font-size:75%;
	vertical-align: super;
}

h5 {
	font-size:120%;
	margin-top:60px;
	margin-bottom:10px;
	font-weight:normal;

}


dl.note {
	margin:10px 0 30px 0;
	font-size:100%;
}

dl.note dt {
	float:left;
	width:4em;
}

dl.note dd {
	margin-left:4em;
	margin-bottom:20px;
}

