body
{
}
.notebody
{
	border-right: #ffd34b 3px outset;
	padding-right: 0px;
	border-top: #ffd34b 3px outset;
	display: block;
	padding-left: 0px;
	font-size: 12px;
	z-index: 10;
	background: #ffd34b;
	left: 150px;
	padding-bottom: 0px;
	border-left: #ffd34b 3px outset;
	width: 600px;
	color: black;
	padding-top: 0px;
	border-bottom: #ffd34b 3px outset;
	position: relative;
	top: -10px;
}
.note
{
	border-right: #fc8200 1px solid;
	border-top: #fc8200 1px solid;
	background: #cceeff;
	font: bold 9px caption;
	border-left: #fc8200 1px solid;
	color: #000077;
	border-bottom: #fc8200 1px solid;
	text-decoration: none;
}
	A.note
{
	color: white;
	text-decoration: none;
}
	.notetitle
{
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 13px;
	background: #fc8200;
	padding-bottom: 1px;
	margin: 0px;
	width: 100%;
	color: white;
	padding-top: 1px;
	border-bottom: #666666 1px dashed;
	font-family: Arial;
}
	.notehidden
{
	display: none;
}
	.notevisible
{
	display: block;
	z-index: 10;
	left: 0px;
	position: absolute;
}
.notecontent
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10pt;
	padding-bottom: 5px;
	padding-top: 20px;
	font-family: Arial;
}