body {
	font: normal 1em/1.6 'Trebuchet MS', Arial, sans-serif;
	color: #333;
}

div#section-title {
	border-bottom: 1px solid #5f4363;
	background-color: #411847;
	padding: 63px 22px 20px;
	color: #885590;
	font: normal 2em/1 Helvetica,sans-serif;
}

h1#page-title, h1 {
	margin: 0 0 1em;
	color: #171c27;
	font: normal 2em/1 Helvetica,sans-serif;
}

h2 {
	margin: 2em 0 1em;
	color: #171c27;
	font: bold 1.5em/1.25 Helvetica,sans-serif;
}

#column-r h2:first-child {
	margin-top: 0;
}

h3 {
	margin: 0 0 1em;
	color: #171c27;
	font: bold 1.25em/1.6 Helvetica,sans-serif;
}

h4 {
	margin: 0 0 1em;
	color: #171c27;
	font: bold 1em/1.6 Helvetica,sans-serif;
}

h5 {
	margin: 0 0 1em;
	color: #171c27;
	font: bold .8em/1.6 Helvetica,sans-serif;
}

h6 {
	margin: 0 0 1em;
	color: #171c27;
	font: bold .75em/1.6 Helvetica,sans-serif;
}

p {
	margin: 0 0 1.3em;
}

p.error {
	color: #c00;
	font-weight: bold;
	border: 1px solid #c00;
	padding: 10px;
	background-color: #f1dede;
}

ul {
	list-style: disc;
	margin: .5em 0 1.3em 3em;
}

ul.action-alert-recipients {
	list-style: none;
	margin-left: 0;
}

ul.action-alert-recipients li {
	float: left;
	width: 180px;
	margin: 0 0 .25em;
	padding: 0 10px 0 0;
}

ul.action-alert-recipients li * {
	vertical-align: middle;
}

ol {
	list-style: decimal;
	margin: 0 0 1.3em 3em;
}

ol#index-list {
	list-style: none;
	margin: 0 0 1.3em;
}

ol#index-list li {
	margin: 0 0 1em;
}

ol.checkboxes {
	float: left;
	width: 185px;
	padding: 0 10px 0 0;
	list-style: none;
}

ol.checkboxes li {
	clear: both;
	margin: 0 0 .5em;
}

ol.checkboxes input {
	float: left;
	margin: 0;
}

ol.checkboxes label {
	width: 150px;
	float: left;
	margin: 0 0 .5em;
	padding: 0 0 0 8px;
}

dl {
	margin: 0 0 1.3em;
}

dl dt {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #171c27;
}

.subcontent {
	font-size: .8em;
	line-height: 1.3em;
}