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

<style type="text/css">
<!--
div#noteCont
{
	width:684px;
	height:414px;
}
div#noteSupt
{
	margin:12px 8px 0px 8px;
	width:;
	height:16px;
	overflow:hidden;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
}
div#noteTitle
{
	margin:10px 8px 0px 8px;
	width:;
	height:16px;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	/*font-variant:small-caps;*/
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	color:rgb(247, 147, 30);
}
div#noteMain
{
	margin:32px 8px 0px 8px;
	width:;
	height:292px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#noteFix
{
	width:644px;
	overflow:hidden;
}
div#noteFix span
{
	color: #FFFFFF;
	font-size: 14px;
}
/* check tri_tools.css for other lost classes */
div#noteFix p.para {
	text-indent: 30px;
}
div#noteFix div.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

div#noteBack
{
	margin:;
	width:684px;
	height:;
	text-align:center;
}
div#noteBack div
{
	margin:0px 8px 0px 8px;
	width:36px;
	height:36px;
	position:relative;
	left:5px;
	cursor:pointer;
}
-->
</style>