/* CHI EDITOR STYLES  */
a{
	text-decoration:none;
	font-size: 1.2em;
	color: #5cb2de;
}
a:hover{
	text-decoration:underline;
	color: #57c1f7
}
h1{
	font-size: 2.3em;
	color: #2782b1;
	margin: 0;
	padding-bottom:10px;
	font-weight:normal;
}
h3{
	text-transform: uppercase;
	font-size: 1.4em;
	color: #bb2f36;
	margin: 0;
}
h2{
	font-size: 1.4em;
	color: #8f8f91;
	margin: 0;
}
h4{
	font-size: 1.1em;
	color: #999;
	margin: 0;
}
p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 10px;
	font-weight:normal;
}
p.intro {
	font-style: italic;
	font-weight: bold;
}
ul {
	padding: 0;
	font-size: 10px;
	line-height: 1.6em;
	margin: 0 0 5px;
}
ul li {
	background: url(/assets/templates/site/images/separator2.gif) no-repeat 12px 7px;
	padding: 0 0 0 23px;
	list-style: none;
}

