.hnav	{white-space: nowrap;	margin: 0;	color: #000;	padding: 3px 0 4px 0;}
* html .hnav/* Hide from IE5/Mac (& IE5.0/Win) */
{
	height: 1%;		/*	holly hack to fix a render bug in IE6/Win */
}
* html .HNAV
{
	height: auto;	/*	above IE6/Win holly hack breaks IE5/Win when page length get beyond the point that 1% height is taller than the text	height. IE5/Win does not need this holly hack so we remove it here */
	padding: 0;		/*	IE5/Win will resize #hnav to fit the heights of its	inline children that have vertical padding. So this	incorrect case selector will remove that padding */
}
.hnav ul				{text-align: center;	list-style-type: none;	line-height: normal;	margin: 0;	padding: 0;}
.hnav ul li			{display: inline;	white-space: nowrap;	margin: 0;}
.hnav ul li a			{text-decoration: none;	color: #FFFFFF;	background-color: #0;	margin: 0 -1px 0 0;	padding: 3px 10px 4px 10px;	border-left: solid 1px #000;	border-right: solid 1px #000;	font-size: 10pt;}
* html .HNAV ul li a	{width: 1%;}
.hnav ul li a:hover		{text-decoration: underline;}
.hnav ul li a:hover		{text-decoration: none;}
.hnav, .hnav ul li a	{background-color: #817B00;color: #FFFFFF;}
.hnav ul li a:hover		{background-color: #55004D;color: #FFFFFF;}
.hnav				{border: solid 1px #000;	margin-top: -1px;}

.vnav ul, .vnav ul li	{margin: 0;	padding: 0;	list-style-type: none;	display: block;}
.vnav ul				{border: solid 1px #000;	border-bottom-width: 0;}
.vnav ul li			{border-bottom: solid 1px #000;}
.vnav ul li a			{display: block;	text-decoration: none;	padding: 2px 10px;	font-size: 10pt;}
* html .vnav ul li a	{height: 1%;}	/* hide from IE5.0/Win & IE5/Mac */
.vnav ul li a			{background-color: #817B00;color: #FFFFFF;}
.vnav ul li a:hover		{background-color: #55004D;	color: #fff;}

body		{font-size: 10pt; font-family: arial; background-color: #FFFFFF;color: #000;}
h2		{font-size: 12pt; font-family: Arial; margin-top: 0;	margin-bottom: 0; color: #000;}
p		{font-size: 10pt; font-family: Arial; margin-top: 0;	margin-bottom: 0;}
a		{font-size: 10pt; font-family: arial; color: blue;}

.LeftMargin					{font-size: 10pt; font-family: arial; background-color: #817B00;color: #FFFFFF;}
.RuchettaLeftMargin	{font-size: 10pt; font-family: arial; background-color: lightyellow;color: darkgreen;}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	