/* Typography */

 h1, h2, h3
{
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: normal;
}

h1
{
	font-size: 2.2em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	/*both set to zero and padding in header div is used instead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}

h2
{
	font-size: 1.7em;
	margin: 0em 0em .6em 0em;
	font-weight: bold;
}

h3
{
	font-size: 1.4em;
	margin: 0em 0em .6em 0em;
	font-weight: normal;
}

h4
{
	font-size: 1.2em;
	margin: .6em 0em 0em 0em;
	font-weight: bold;
}

h5
{
	font-size: 1.0em;
	margin: .8em 0em 0em 0em;
	font-weight: bold;
}

h6
{
	font-size: 0.8em;
	margin: 0em 0em .6em 0em;
	font-weight: bold;
}

p
{
	font-size: 1.0em;
	margin: 0em 0em .6em 0em;
}

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; }

ol, ul, li
{
	font-size: 100%;
	line-height: 100%;
	list-style-type: none;
}

