ol.list-la {
	list-style-type: lower-alpha;
}
ol.list-ua {
	list-style-type: upper-alpha;
}
ol.list-lr {
	list-style-type: lower-roman;
}
ol.list-ur {
	list-style-type: upper-roman;
}

ul.message-list {
    font-family: Ariel, Verdana;
    font-size: 10pt;
    list-style-image: url(/images/bullet/b-bullet.gif);
    list-style-type: square;    
}