/* CSS Document */

#infoList{
	line-height:180%;
}

#infoList dt{
	width:10em;
	margin-right:10px;
	float:left;
	clear:left;
	line-height:180%;
}

#infoList dd{
	width:40em;
	float:left;
	line-height:180%;
}

#infoList a{
	border-bottom:1px solid #c6c6c6;
}
#infoList a:hover{
	border-bottom:1px solid #5d0700;
}

.txtMarginBottom{
	margin:0 0 10px 0;
}