.pagelink {
	color: #000000;
	text-decoration: underline;
}
.pagelinkOn {

	color: #0000FF;
	text-decoration: underline;
}
.pagelinkOff {


	color: #000000;
	text-decoration: underline;
}
.itemtext {
	font-family: "Copperplate Gothic Bold";
	color: #330000;
}
.itemheader {

	font-family: "Copperplate Gothic Bold";
	color: #330000;
}

@media print {
       .noprint {display:none;}
       .contentdivdsp{
	       height=100%;
	       width=85%;
       }
}

@media screen {
       .contentdivdsp {
	       height=300;
	       width=620;
	       overflow-y:auto;
	       overflow-x:auto;
	       overflow:auto;
	       background-image:url('images/cbody2a.jpg');
	       no-repeat;
	       background-attachment:fixed;
       }
}
.image {
	border: 2px solid #666666;
}
.hide {
	display: none;
	position: absolute;
	left: 40px;
	top: 40px;
	background-color: #cccccc;
}
.itemTip {
	visibility: visible;
	position: absolute;
	background-image: url("images/tipbg1.jpg");
	width: 200px;
	height: 150px;
	font-family: "Copperplate Gothic Bold";
	color: #330000;
}

