/* NOT NEEDED WHEN INCLUDED AS EXTERNAL STYLESHEET
<style type="text/css">
<!--
*/

/* DEFINE CLASS BOX_TEXT */
	.box_text {
	position: relative;
	top: 10px;
	left: 0px;
	width: auto;
	margin-top: 5px;
	margin-left: 5px;
	padding: 10px;
	border: 1px dotted #00ff99;
	background-color: #fff;
	font-size: .7em;
	}

/* DEFINE CLASS BOX_TITLE */
	.box_title {
	position: absolute;
	left: 5%;
	top: -12px;
	width: auto;
	height: 14px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #9090ff;
	color: #00a;
	font-weight: bold;
	background-color: #00ff99;
	}

/* NOT NEEDED WHEN INCLUDED AS EXTERNAL STYLESHEET
 -->
</style>
*/