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

/* DEFINE CLASS BOX_TEXT */
		.boxed_text {
		position: relative;
		left: 0px;
		width: 95%;
		margin-top: 5px;
		margin-left: 5px;
		padding: 10px;
		border: 2px solid #000099;
		background-color: #fff;
		}

/* DEFINE CLASS BOX_TITLE */
		.boxed_title {
		position: absolute;
		left: 5%;
		top: -14px;
		width: auto;
		height: 16px;
		margin: 2px;
		padding: 3px;
		border: 1px solid #fff;
		color: #fff;
		font-weight: bold;
		background-color: #000099;
		}


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