div.term{
	padding:0 30px 0 30px;
}

div.term h1{
	clear:both;
	margin-top:3px;
	padding:3px 0 2px 5px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background-color:#0033CC;
	font-size:14px;
	color:white;
}

div.term h2{
	clear:both;
	margin:5px 0 5px 0;
	padding:5px 0 5px 0;
	border-top:1px dotted gray;
	border-bottom:1px dotted gray;
	background-image:url(img/term_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:12px;
	text-indent:30px;
	color:gray;
}

div.term h3{
	font-size:12px;
	color:#333333;
}

div.term h4{
	background-image:url(img/8x8orange.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:15px;
	border-bottom:1px solid #333333;
}

div.term table.lan caption{
	text-align:left;
	border-bottom:1px solid gray;
}

div.term table.lan td{
	background-image:url(img/8x8orange.gif);
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:15px;
	padding:1px 0 1px 0;
}

div.term div.return{
	clear:both;
	padding:10px 0 10px 0;
	text-align:right;
}


