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



p {
	font-family: 'Humanist531BT-Regular', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	text-align: left;
	text-indent: 3px;
	text-wrap:normal;
	margin-left:10px;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #F1B80E;
}
a:active {
	text-decoration: none;
	color: #000;
}

.stronglede {
	font-family: 'Humanist531BlBT', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	color: #F1B80E;
	background-color:#000;

}

.sbbox {
	background:#f2e9d3;
	width:500px;
	margin:15px;
}

b {
	font-family:'Humanist531UBlBT';
	}

li {
	font-family: 'Humanist531BT-Regular', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #666;
	margin: 10px;
}
