@charset "utf-8";
ul.normal {
	font-size: 0.8em;
	margin: 0.75em 1.25em;
}

#container #mainContent #content_header ul.blank li {
	background-image: none;
	list-style: none;
}


ol {
	font-size: 0.9em;
	margin: 0px 0px 1em 2em; /* 1.25em;*/
}

ol li {
	padding: 0.25em 0px 0.1em 15px;
}

ul.green, ul.yellow {
	font-size: 0.9em;
	margin: 0px 0px 1em 0px; /* 1.25em;*/
	list-style: none;
	line-height: 1.2em;
}

.balloonstyle ul.green {
	margin: 5px 10px;
}

ul.green li, ul.yellow li{
	padding: 0.25em 0px 0.1em 15px;
}
ul.green li {
	/*list-style: url(/i/green-dot-space.gif);*/
	background: url(/i/green-dot.gif) no-repeat 1px 10px;
}
ul.yellow li {
	background: url(/i/yellow-dot.gif) no-repeat 1px 10px;
}

#mainContent ul.green li a, #mainContent ul.yellow li a {
	color: #0a7539;
	text-decoration:none;
}
#mainContent ul.green li a:hover, #mainContent ul.yellow li a:hover {
	color: #0a7539;
	text-decoration: underline;
}
