/*::::: default :::::::::::::::*/
#tmp_contents h1 {
	clear:both;
	font-size:130%;
	color:#333333;
	background:url(/shared/images/edu/shared/h1_bg.jpg) no-repeat right top;
	height:1%;
	border-right:2px solid #0055AA;
	border-left:10px solid #0055AA;
	border-top:2px solid #0055AA;
	border-bottom:2px solid #0055AA;
	padding:10px 35px 10px 10px;
	margin-bottom:2em;
}
#tmp_contents h2 {
	clear:both;
	font-size:120%;
	background:#DFF8FF url(/shared/images/edu/shared/h2_bg.jpg) repeat-x left bottom;
	height:1%;
	border-right:2px solid #0055AA;
	border-bottom:1px solid #0055AA;
	padding:3px 10px;
	margin-bottom:1.5em;
}
#tmp_contents h3 {
	clear:both;
	font-size:110%;
	background:url(/shared/images/edu/shared/h3_bg.gif) repeat-y left center;
	height:1%;
	padding:1px 5px 1px 18px;
	margin-bottom:1em;
}
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6  {
	clear:both;
	font-size:100%;
	margin-bottom:0.8em;
}
#tmp_contents p {
	margin-bottom:0.8em;
}
#tmp_contents ul {
	list-style-image:url(/shared/images/edu/shared/icon_list.gif);
	margin-left:25px;
	padding-left:25px;
	margin-bottom:0.8em;
}
#tmp_contents ol {
	list-style-image:none;
	list-style:decimal;
	margin-left:25px;
	padding-left:25px;
	margin-bottom:0.8em;
}
#tmp_contents ul ol {
	list-style:decimal;
}
#tmp_contents ol ul {
	list-style-image:url(/shared/images/edu/shared/icon_list.gif);
}
#tmp_contents hr {
	clear:both;
	height:1px;
	background-color:#cccccc;
	border:none;
	color:#cccccc;
}

