/* Used in warranty.htm and insurance.htm */
ul
	{
		list-style-type: none;
	}
li
	{
		font-family: Verdana;
		font-size: 8pt;
		color: #000992;
		font-weight: bold;
		margin-right: 15px;
		margin-bottom: 10px;
		margin-left: 10px;		
	}
ol.ualpha 
	{
		list-style-type: upper-alpha
	}
