ul
{
	padding:0;
	list-style-type:none;
}

ul li {
	background: url(../img/bullet.png) no-repeat 5px 0.5em;
	padding-left:20px;
}

ul li
, ul li li
, ul li li li
, ol ul li
, ol ol ul li
, ol ol ol ul li {
	list-style-type: none;
}

ol li
, ol ol li
, ol ol ol li {
	list-style-type: decimal;
}

dt
, th
, thead
, tfoot {
	color: #222;
}

.large {
	line-height: 1.5em;
}

img.floatLeft
{
	float:left;
	margin:0 10px 10px 0;
}

img.floatRight
{
	float:right;
	margin:0 0 10px 10px;
}

img.boxed {
	padding:4px;
	border:1px solid #ccc;
}

a:link, a:visited {
	text-decoration:underline;
}

/**
 * Theme based color
 */
.theme-01 a:link, .theme-01 a:visited {
	color:#741026;
}
.theme-02 a:link, .theme-02 a:visited {
	color:#d5a737;
}
.theme-03 a:link, .theme-03 a:visited {
	color:#90ab5a;
}
.theme-04 a:link, .theme-04 a:visited {
	color:#3887b0;
}
.theme-05 a:link, .theme-05 a:visited {
	color:#da8439;
}
.theme-06 a:link, .theme-06 a:visited {
	color:#447646;
}
.theme-07 a:link, .theme-07 a:visited {
	color:#326f88;
}
.theme-08 a:link, .theme-08 a:visited {
	color:#a5591d;
}
.theme-09 a:link, .theme-09 a:visited {
	color:#87944a;
}
.theme-10 a:link, .theme-10 a:visited {
	color:#5e2f24;
}