@charset "utf-8";
/* CSS Document */
.heading01 {
	font-size:larger;
	font-weight:bold;
	font-style:italic;
	color:#f60;
}

.heading02 {
	font-weight:bold;
	font-style:italic;
	color:#f60;
}

dd {
	margin-left:10px;
	padding-bottom:5px;
	font-size:smaller;
}

div.contentWindow {
	display:block;
	overflow:auto;
	width:600px;
	height:200px;
	border:1px solid #f60;
	padding:.5em;
}

.lung_links {font-size:80%;font-weight:bold;color:#999;}
.lung_links a, .lung_links a:hover, .lung_links a:visited  {color:#999;text-decoration:none;}