dt {
float: left;
height: 20px;
width: 100%;
font-family: 'Arial', Arial, sans-serif;
color: #000000;
font-size: 11pt;
text-align: left;
font-weight: normal;
cursor:pointer;
}

dt:hover {
color: #A80230;
}

dd {
display:none;
float:left;  
width: 100%;
padding-top: 10px;
font-family: 'Arial', Arial, sans-serif;
color: 555555;
font-size: 10pt;
text-align: left;
font-weight: normal;
}

#impButton {
float:right;
display:block;
height: 3px;
width: 5px;
margin-right: 716px;
margin-top: 8px;
text-indent:-9999px;
}

.impClosed { 
background-image: url('../../basic/pic/arrBottom.png');
background-repeat: no-repeat; 
}

.impOpen { 
background-image: url('../../basic/pic/arrTop.png'); 
background-repeat: no-repeat; 
}