body{
	background-color: #ffffff;
	font-family: "Arial", sans-serif;
	text-align:justify;
	font-size:11pt
	width=600px
}

.buttonbar{
	width: 100%;
	color: white;
	background-color: Navy;
	padding: 5px;
	z-index: 100;
}

.navbuttons{
	padding-left: 114px;
	color: #ffffff;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
}

.content {
	position: absolute;
	left: 160px;
	width: 400px
	padding-right:5px;
	top: 150px;
	border: thin;
	z-index:4;
}

.rightpanel{
	float:right;
	width: 130px;
	border: 0px;
	padding: 10px 0px 10px 10px;
	z-index: 2;
}

.rightpanelpadding{
	background-color: #aabbee;
	border-style: solid;
	border-color: #aabbee;
}



A:link{
	text-decoration: none;
	color: #000000;
}


.content A:visited{
	text-decoration: none;
	color: #0000ff;
}

.content A:hover{
	text-decoration: none;
	color: #ffccff;
}

A:hover{
	color: #0055ff;
}

A.menu1{
	font-weight:bold;
	color: white;
}
A.menu1:hover{
	background: #3264c7;
	color: #ff0000;
}

.toc{
	margin-left:20px;
	padding:1pt;
}

.toc_h{
	padding:1pt;
}

.whitetext{
	color: #ffffff;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size:10pt;
}






.ddm1 {
	float:left;
	font-size: 9pt;
	z-index:3; 
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	padding: 3px 8px 4px 8px;
	border: 1px groove #003366;
	border-style: solid solid none solid;
	text-decoration: none;
	display: block;
	position: relative;
}
.ddm1 .item1 {
    background: #b4aaaa; 
	border:none;
    color: #ffffff;
	width: 143px;
	height:38px; text-align:center; font-size:9px;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #3264C7;
	border: 1px #3264c7;
    color: #ffcc00;;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #3264C7;
    color: #ffffff;
	width:160px;
}
.ddm1 .item2:hover {
	background: #3399ff;
	color: White;
}
.ddm1 .section {  
    position: absolute;
    visibility: hidden;
    z-index: 5000;
}
.ddm1 .bottom,
.ddm1 .bottom:hover { border-style: solid solid solid solid; }


em {
    color:darkgreen;
}

strong {
    color:darkred;
}

