body {
	font-family:"Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size:12px;
	color:#2d2d2d;
}

h1 {
	font-size:18px; font-weight:bold; font-style:italic;
	color:#e5851d;
	margin:4px 0 10px 0;
}
h2 {
	font-size:15px; font-weight:bold;
	color:#858382;
	margin:4px 0 10px 0;
}
h3 {
	font-size:14px; font-weight:bold;
	color:#2d2d2d;
	margin:4px 0 6px 0;
}

p {
	margin:0;
}

a {
	color: #e5851d;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	background: #e5851d;
	text-decoration: none;
}

ul {
	margin:0;
	padding:0; padding-left:23px;
}
li {
	list-style-type: none;
	list-style-position:outside;
	background:url(images/li.png) no-repeat left;
	padding-left:13px;
}
