/* Off state for a ARC checkbox */
.checkboxOff {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 24px;
	color: #4b4b4b;
		font-weight: normal;
	/*line-height: 18px;*/
	/*font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; */
/*	font-size: .9em;*/
font-size:12px; line-height:18px;
	background-image: url(checkbox_off.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
}
/* On state for a ARC checkbox */
.checkboxOn {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 24px;
	color: #444;
		font-weight: bold;
	/*line-height: 18px;*/
	/*font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; */
	/*font-size: .9em;*/
	font-size:12px; line-height:18px;
	background-image: url(checkbox_on.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
}


