@charset "UTF-8";
.explanation {
	background: #fff;
	margin-bottom: 15px;
	padding: 10px 20px;
	border-top: solid 8px #55ace7;
}
.explanation p {
	background-color: #fffaf0;
	padding: 10px;
}
.explanation a  {
	background: left no-repeat url(../img/arrow.gif);
	padding-left: 12px;
}
.explanation ul {
list-style: disc outside; 
line-height: 1.3em;
}
.explanation ul.lsno {
	list-style: none;
}
.explanation li {
margin-left: 1.5em;
padding: 5px;
}

.largebox {
	background: #f5f5f5;
	margin-bottom: 15px;
}
.largebox p {
	margin: 0;
	padding: 10px 0 0;
}
.largebox ul {
list-style: none;
background: #f5f5f5;
line-height: 1.3em;
}
.largebox li.orange {
	background: no-repeat url(../img/triangle_o.gif);
	padding: 20px;
}
.largebox li.pink {
	background: no-repeat url(../img/triangle_p.gif);
	padding: 20px;
}
.largebox li.khaki {
	background: no-repeat url(../img/triangle_bg.gif);
	padding: 20px;
}
.largebox a {
	background: left no-repeat url(../img/arrow.gif);
	padding-left: 12px;
}
.largebox img {
float: right;
margin-left: 10px;
}
.largebox dl {
background: #fff;
list-style: none;
line-height: 1.3em;
font-size: 0.88em;
clear: both;
}
.largebox dt {
font-weight: bold;
}
.largebox dd {
	width: auto;
	float: left;
	color: #65512c;
	background: left center no-repeat url(../img/accent_small2.gif);
	padding: 15px;
	margin: 0 10px;
	border-bottom: 3px dotted #f5f5f5;
}
.largebox dd.caption {
	color: #5886f1;
	background: none;
	font-weight: bold;
}
