/* Typography */
h1
{
	font-size: 2.0em;
	font-weight: normal;
	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: 1.7em;
	margin: .6em 0em .6em 0em;
	font-weight: normal;
	color: #D35A3B;
}

h3
{
	font-size: 1.2em;
	margin: .6em 0em 0em 0em;
	font-weight: bold;
	letter-spacing: .2em;
	color: #939EBA;
}

h4
{
	font-family: 'Times','Times New Roman','Georgia',serif;
	font-size: 1.2em;
	margin: .6em 0em .6em 0em;
	font-weight: normal;
	color: #D35A3B;
}

h5
{
	font-family: 'Times','Times New Roman','Georgia',serif;
	font-size: 1.0em;
	margin: .6em 0em .6em 0em;
	font-weight: normal;
	color: #D35A3B;
}

h6
{
	font-size: 1em;
	margin: .6em 0em .6em 0em;
	font-weight: bold;
	letter-spacing: .1em;
	color: #939EBA;
}

p
{
	font-size: 1.0em;
	line-height: 1.4em;
	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; }

ol, ul, li
{
	font-size: 100%;
	line-height: 100%;
	letter-spacing: .1em;
}