body {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
}

td {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
}

th {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
}

.copyright {
	color: #003399;
	text-align: center;
	margin-bottom: 3px;

}

h1 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	color: #003399;

}

h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0px;
	color: #003399;

}

h3 {
	font-weight: bold;
	font-size: 10pt;
	margin-top: 6px;
	margin-bottom: 0px;
}

p {
	margin-top: 6px;
	margin-bottom: 0px;
}

.date {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0px;
}


ul {
	list-style-type: square;
	margin-top: 3px;
	margin-bottom: 6px;
	list-style-image: url(images_new/bullet.gif);


}

.code {
	font-family: "Courier New", Courier, mono;
	color: #999999;
	margin-top: 6px;
	margin-left: 25px;
}
code {
	font-family: "Courier New", Courier, mono;
	color: #999999;
}

.toggle {
	color: #999999;
}

.hotspot {
	color: #FF6600;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
}

.hotspotall {
	color: #FF6600;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
	font-weight: bold;
}

.topnav {
	font-weight: bold;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 6px;
	color: #003399;

}

.jsimg {
    cursor: pointer;
	cursor: hand;
}

A:link {
  color: #3333CC;
/* text-decoration: none; */
}

A:active {
  color: #3333CC;
/*  background-color: transparent;
  text-decoration: none;*/
}

 A:visited { 
  color: #003399;
/*  background-color: transparent;
  text-decoration: none;*/
}

A:hover {
  color: #003399;
  text-decoration: underline;
}
.leftnav {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.leftnavpos {
	color: #FFCC66;
}

