/* HTML */
h1 {
	font-size: 40px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h1, h2, h3 {
	margin-bottom: 10px;
}
p {
	margin-bottom: 1.5em;
	line-height: 1.25;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
small {
	font-size: 10px;
}
a {
	color: #ff9900;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

.copy ul, .mceContentBody ul {
	margin: 0 0 1.5em 1em;
}

.copy ul li, .mceContentBody ul li {
	background:transparent url(../img/bullet.gif) no-repeat scroll left 5px;
	padding-left:13px;
	line-height: 1.25;
}

/* Classes */
.highlighted { color: #ff9900; }

img.border { border: 5px solid #547E98; margin: 0; padding: 0;}