@charset "UTF-8";
/* CSS Document */

ul li {
	list-style:square;
	margin-left:20px;
	color:#000;
	}

ol li{
	list-style:decimal;
	margin-left:20px;
}


ol li ul li{
	list-style:square;
	color:#000;
	}

ul li ul li{
	list-style:disc;
	color:#000;
	}

li{
	text-align:justify;
	margin-top:10px;
	margin-bottom:5px;
	}

h1 {
	text-align: justify;
	color:#000;
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}

h2 {
	color:#000;
	font-size:12px;
	text-transform:uppercase;
	margin-top:25px;
	margin-bottom:0px;
}
h3 {
	color:#000;
	font-size:12px;
	text-transform:none;
	margin-top:5px;
	margin-bottom:0px;
}

p{
	text-align:justify;
	}

.master li{
	color:#999;
	}

.master ul li{
	list-style:disc;
	}
