/* Typography */
body
{
	font-family: 'ITC Officina Sans Std Book','ITC Officina Sans Std','ITC Officina Sans Book','ITC Officina Sans','Verdana','Arial','san-serif';
	font-size: 62.5%;
	line-height: 1.5em;
}

h1
{
	font-size: 2.0em;
	/* same as 20px */
	font-weight: 800;
	margin-top: 0em;
	margin-bottom: 0em;
	/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}

h2
{
	font-family: 'Times','Times New Roman','Georgia','serif';
	font-size: 2.4em;
	/* same as 24px */
	margin: .8em 0em .8em 0em;
	letter-spacing: .05em;
	color: #58CCFE;
}

h3
{
	font-family: 'ITC Officina Sans Std Book','ITC Officina Sans Std','ITC Officina Sans Book','ITC Officina Sans','Verdana','Arial','san-serif';
	font-size: 1.6em;
	/* same as 16px */
	margin: .6em 0em .6em 0em;
	font-weight: normal;
	letter-spacing: .1em;
}

h4
{
	font-size: 1.5em;
	/* same as 15px */
	margin: .6em 0em .6em 0em;
	font-weight: bold;
	letter-spacing: .1em;
}

h5
{
	font-family: 'Times','Times New Roman','Georgia','serif';
	font-size: 1.3em;
	/* same as 13px */
	margin: .6em 0em .6em 0em;
	font-weight: normal;
	color: #D35A3B;
}

h6
{
	font-size: 1.3em;
	/* same as 13px */
	margin: .6em 0em .6em 0em;
	font-weight: bold;
	letter-spacing: .1em;
	color: #939EBA;
}

p
{
	font-size: 1.3em;
	/* same as 13px */
	line-height: 1.3em;
	margin: .3em 0em 1.2em 0em;
	letter-spacing: .1em;
}

strong, b { font-weight: bold; }

/* Reduced line height for narrow columns */
.narrow1 { line-height: 1.3em; }
.narrow2 { line-height: 1.5em; }
.narrow3 { line-height: 1em; }

