/* sty_lists */
/* 4/26/2008 */
/*  copyright Scott Vincent" SV Design */
/*  */


/* Header Pane */
/* none */

/* Nav1 Pane */
/* none */

/* Body Pane  */

/*
 ul.check {
	list-style-image: url(../images/check.gif);
	list-style-position: outside; 
 } */ 


.check {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
 padding-left:2px;
 padding-top: 1px;
 padding-bottom: 1px;
}

.check li {
 margin: 2px;
 padding: 1px;
 padding-left: 20px;
 padding-top: 1px;
 padding-bottom: 1px;
 background-image : url('../images/check2.gif');
 background-repeat: no-repeat;
 background-position: 0px 4px;
 font-family:  sans-serif;
 font-size: 11px;
 color: #6a6b6d;
 font-style: normal;
 font-weight: normal;
}


li.in {
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6a6b6d;
    background-image : url('../images/blip.gif');
	/* list-style-type: circle; */
    padding-left: 20px;
} /* home page: sub-list indent item
     create a 1x1 .gif image called blip (of appropriate color) which will blend into page BG*/ 

.chkTxtGray {
	font-family: Arial, sans-serif , Helvetica;
	font-size: 12px;
	color: #6a6b6d;
} /* check list Gray Text */


/* Nav_rightTable Pane */
/*
ul.arrow {
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside; 
} */


.arrow {
 list-style-type: none;
 padding: 0px;
 padding-left:1px;
 padding-top: 1px;
 margin: 0px;
}

.arrow li {
 margin: 1px;
 padding: 1px;
 background-image : url('../images/arrow.gif');
 background-repeat: no-repeat;
 background-position: 0px 6px;
 padding-left: 15px;
 font-style: normal;
 font-weight: normal;
}


/* Footer  Pane */
/* none */
