For Arabic numerals try:
Code:
<div class=".*?">\s*\d+\.*\s*</div>
For Roman numerals try:
Code:
<div class=".*?">\s*[MDCLXVI]+\.*\s*</div>
Both are quick & dirty expressions that shouldn't be used with Replace All, because they might produce unwanted matches.