/* CSS Document */

/* Begin of bullet */
.service_content{
padding-left: 0px;
line-height:19px;
}
OL { list-style-type: decimal; 
margin-left: 12px;
padding-left:12px;}
OL OL { list-style-type: lower-alpha; }
OL OL OL { list-style-type: lower-roman; }
ul { list-style-image: url(../imgs/gifBullet1st.gif); 
margin-left: 5px;
padding-left:12px;}
ul ul { list-style-image: url(../imgs/gifBullet2nd.gif); }
ul ul ul { list-style-image: url(../imgs/gifBullet3rd.gif); }
/* End of bullet */

