<style> 
/* First definition seems to be ignored */
#dummy {}

body {
	background-image: url('../images/JCIBackground.jpg');
	background-attachment: fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px; 
}
h1 {
	border-width: 0px;
}	
h2 {
	font-style: italic;
	border-width: 0px;
}	
h3 {
	font-style: italic;
	border-width: 0px;
}	
.errmsg {
	color: red;
	font-style: italic;
	font-weight: lighter;
	font-size: small;
}	
.usermsg {
	text-align: justify;
	font-style: italic;
	font-weight: lighter;
	font-size: small;
	width: 500px;
}
.dbmsg {
	text-align: center;
	font-style: italic;
	font-weight: lighter;
	font-size: small;
	color: blue;
}
.formLbl {
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.formVal {
	font-weight: bold;
}
.hideIdx {
	visibility: hidden;
	font-size: 1px;
}
#editAnchor {
	cursor: pointer;
}
#updAnchor {
	cursor: pointer;
}
#resetAnchor {
	cursor: pointer;
}
#canAnchor {
	cursor: pointer;
}
#delAnchor {
	cursor: pointer;
}
.filterCB {
	padding-left: 2px;
	padding-right: 2px;
	font-style: italic;
	font-size: smaller;
}
</style>