@CHARSET "UTF-8";

li.blkbullet {
	list-style: url("theme/classic/img/icons/bullet_black.png");
}

li.blubullet {
	list-style: url("theme/classic/img/icons/bullet_blue.png");
}

li.grnbullet {
	list-style: url("theme/classic/img/icons/bullet_green.png");
}

li.orgbullet {
	list-style: url("theme/classic/img/icons/bullet_orange.png");
}

li.pplbullet {
	list-style: url("theme/classic/img/icons/bullet_purple.png");
}

li.redbullet {
	list-style: url("theme/classic/img/icons/bullet_red.png");
}

body #content ul {
	padding: 0 0 0 1.6em;
}

body ul li {
	padding: 0 0 4px 0;
	line-height: 1.2em;
}

body li a,body li span {
	margin: 3px 0 0 0px;
}

span.blktx {
	color: #333333;
}

span.blutx {
	color: #0082BB;
}

span.grntx {
	color: #33892A;
}

span.orgtx {
	color: #DF6700;
}

span.ppltx {
	color: #5D00BB;
}

span.wrmtx {
	color: #BB0006;
}