div.img {
width:177px;
border:solid 0px #dcdcdc;
padding:0px 5px;
margin-top:5px;
}
h2.vol {
margin-top:0px;
padding:2px;
padding-left:6px;
color:#000000;
background-color:#d4e3ff;/*#ffea5a;*/
}
h2.grp {
margin-top:0px;
padding:2px;
padding-left:6px;
color:#000000;
background-color:#d1e8b1;
}
div.bkgr {
width:177px;
border:solid 1px #325dab;
padding:1px;
margin:5px;
}
div.options {
margin-top:20px;
margin-left:25px;
}

div.options .item {
margin:5px 0px;
padding:3px;padding-bottom:0px;

}

  div.options .item .txt {
  position:relative;
  top:-5;
  font-size:12px;
  color: #868686;
  margin-left:32px;
  }
  
 
div.options ul.link {
			    list-style: none;
			    margin:0;
			    padding: 0;
			    border: none;
		    }
div.options li.link {
			    border-bottom: 0px solid white;
			    margin: 0;
				text-align:left;
			    font-family:,Arial, Tahoma;
                font-size:13px;
                font-weight:bold;
            }

  div.options li.link a {
			    display: block;
				height:25px;
				vertical-align : middle;
			    padding-left:32px;
			    color:#000000;
                text-decoration:none;
                background-image: URL(/images/green_cresc/optButton_on.gif);
                background-repeat: no-repeat;
                background-position: left center;
    }
  html>body div.options li.link a {
    width: auto;
    }

  div.options li.link a:hover {
    padding-left:32px;
    color:#0066cc;
    text-decoration:underline;
    background-image: URL(/images/green_cresc/optButton_on.gif);
    background-repeat: no-repeat;
    background-position: left center;
    }
	
div.options ul.vol {
			    list-style: none;
			    margin:0;
			    padding: 0;
			    border: none;
		    }
div.options li.vol {
			    border-bottom: 0px solid white;
			    margin: 0;
				text-align:left;
			    font-family:,Arial, Tahoma;
                font-size:13px;
                font-weight:normal;
            }

  div.options li.vol a {
			    display: block;
				height:25px;
				vertical-align : middle;
			    padding-left:32px;
			    color:#000000;
                text-decoration:none;
                background-image: URL(/images/student/optButton.gif);
                background-repeat: no-repeat;
                background-position: left center;
    }
  html>body div.options li.vol a {
    width: auto;
    }

  div.options li.vol a:hover {
    padding-left:32px;
    color:#0066cc;
    text-decoration:underline;
    background-image: URL(/images/student/optButton.gif);
    background-repeat: no-repeat;
    background-position: left center;
    }