h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 15px;
}

h1 {
    color: #8D8D8D;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

h2 {
    font-family: Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 12px;
    text-transform: none;
color: #000000;
}

h3 {
    font-family: Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 8px;
    text-transform: none;
color: #000000;

}

.items-leading h2 {
	font-size: 16px;
}

#footer p {
	margin: 0;
}

#text ul {
	list-style: disc outside none;
	margin-left: 14px;
}

#text ol {
	margin: 14px 28px;
}

#text ol li {
	list-style: decimal outside none;
	margin: 0 0 15px 0;
}

strong { font-weight: bold; }