/* CSS Document */

/* span.highlight { color: #abd6f1; } */
span.highlight { color: #6699FF; } 

span.hide { display: none; }
span.underline { text-decoration: underline; }
.biggraficlist li {
	list-style-image:url(../images/bulletandorsoft.gif);
	list-style-position: inside;
	font-size: 16px;
	font-weight: bold;
	color: #6699FF;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-bottom: 10px;
	background: url("../images/corner.gif") no-repeat 100% 100% #f5f5f5;
}
.biggraficlist li ul li {
	list-style-type:none;
	list-style-position: outside;
	font-size: 14px;
	color: #454545;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 40px;
	margin-right: 5px;
	list-style-image: none;
	font-weight: normal;
	margin-bottom: 0px;
	background:none;
	text-align: justify;
}