I found that I've lost my originals and expecting #4 I just don't have the time to create 140 new icons, so I've created a workaround that the users on my forums like:
Code:
<!-- EQ2 Postbit -->
<if condition="$post[fieldA] && $post[fieldB]"><img src="images/$post[fieldA]_$post[fieldB].gif" alt="$post[fieldA] $post[fieldB]"></if>
<if condition="$post[fieldC]"><img src="images/$post[fieldC].gif" alt="$post[fieldC]"></if>
<if condition="$post[fieldD]"><img src="images/$post[fieldD].gif" alt="$post[fieldD]"></if>
<if condition="$post[fieldE]"><img src="images/$post[fieldE].gif" alt="$post[fieldE]"></if>
<if condition="$post[fieldF]"><img src="images/star.png" alt="$post[fieldF]" height="18" width="20"></if></div>
<!-- /End EQ2 Postbit -->
Simply put, it outputs a star icon for the AA level, upon mouseover you will still be able to view the actual number (just like you can for any of the icons.) You can use any image you like in that spot provided it looks good and scales correctly. At this point it's a huge improvement over the plain text above 100AA.
If anyone has created new icons and would like to contribute since I'm lacking in time, it would be appreciated. Sorry for the delay.