﻿.legalCase ul {
    list-style-image: url('../../images/bullet.gif');
    list-style-position: outside;
    margin-left: 23px;
}
.legalCase ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 23px;
}
.legalCase {
	width: 680px;
	margin-left: 25px;
}
.legalCase H2 {
	padding: 20px 0 10px 0;
	color: #076cae;
	font-size: 220%;
	font-weight: normal;
}
.legalCase H3 {
	padding: 0 0 0 0;
	font-size: 140%;
	color: #01a8a7;
}
