/* @group General Text Elements
===================================== */

body {
	font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2",Arial,sans-serif;
	font-family: Arial,sans-serif;
	color: #555;
	background: #fff;
	font-size: 10px;
	line-height: 1.4;
	}

p, li, table, blockquote {
	margin-bottom: 1em;
	}

p, li, dt, dd, table { font-size: 16px; }

blockquote, q { padding: 0 4em; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote p {} /* Reminder to always include blockquote content in a <p> */
blockquote div cite { font-style: italic; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font-size: 1em; font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

a {
	color: #d9006b;
	}

/* @end General Text Elements
-------------------------------- */


/* @group Headings (H1-H6)
===================================== */

h1 {
	font-size: 36px;
	}
h1 a {
	display: block;
	}

h2, h3, h4, h5, h6 {
	font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2",Arial,sans-serif;
	margin: 0 0 .5em;
	line-height: 1.2;
	font-weight: normal;
	}

h2 {
	margin: 0 0 .5em;
	font-size: 30px;
	}

.threeColumn h2.pageTitle {
	font-size: 30px;
	}

h3 {
	margin: 0 0 .25em;
	font-size: 22px;
	}

.sidebar h3 {
	margin-bottom: .5em;
	font-size: 14px;
	color: #0c2846;
	}

#content p + h3,
#content dl + h3,
#content ol + h3,
#content ul + h3 {
	margin-top: 1.5em;
	}
h4 {
	margin: 0 0 .35em;
	font-size: 18px;
	}

.sidebar h4 {
	font-size: 14px;
	}

h5 {
	font-size: 14px;
	}

.sidebar h5 {
	font-size: 12px;
	}

h6 {
	font-size: 12px;
	}

.sidebar h6 {
	font-size: 11px;
	}

/* @end Headings (H1-H6)
-------------------------------- */

/* EOF */