@charset "utf-8";
/* CSS Document */

main ul li {
    color: #000000;
    font-size: 105%;
    line-height: 1.5em;
    list-style: none outside url("../images/bullet_square.gif");
    margin: 3px 0 5px 40px;
}

ol
{
	list-style-type: decimal;
	margin:1.5em 1.5em 1em 1.5em;
	line-height:2.5ex;
	margin-top:0;
	background-color:#FCFCF5;
	list-style-position:inside;
}

ol li	
{
	margin-left: 1em;
	padding-bottom: 0.75em;
}

