/* 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-size: 1.7em;
	margin: 0em 0em .6em 0em;
	font-weight: normal;
}

h3
{
	font-size: 1.4em;
	margin: .6em 0em .6em 0em;
	font-weight: normal;
}

h4
{
	font-size: 1.2em;
	margin: .6em 0em .6em 0em;
	font-weight: bold;
}


h5
{
	font-size: 1.0em;
	margin: .6em 0em .2em 0em;
	font-weight: bold;
	color: #FF0000;
}

h6
{
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0em 0em 1.0em 0em;
	font-weight: bold;
	color: #FFFFFF;
}

p
{
	font-size: 1.0em;
	line-height: 1.4em;
	margin: .6em 0em 1.2em 0em;
}

strong, b { font-weight: bold; }

/* Reduced line height for narrow columns */
.narrow1 { line-height: 1.3em; }
.narrow2 { line-height: 1.5em; }

ol, ul, li
{
	font-size: 100%;
	line-height: 100%;
}

.serif
{
	font-family: 'times','times new roman','serif';
	font-size: 1.2em;
	line-height: 1.4em;
	margin: .6em 0em 0em 0em;
	padding-left: 20px;
	font-weight: bold;
}

.serifbigger
{
	font-family: 'times','times new roman','serif';
	letter-spacing: 1px;
	line-height: 1.0em;
	font-size: 32px;
	margin: 0px 0px 3px 0px;
	color: #FFFFFF;
}

.serifmid
{
	font-family: 'times','times new roman','serif';
	letter-spacing: 1px;
	line-height: normal;
	font-size: 22px;
	margin: 5px 0px 0px 0px;
	color: #FFFFFF;
}

.serifmidbullet
{
	font-family: 'times','times new roman','serif';
	letter-spacing: 1px;
	line-height: normal;
	font-size: 20px;
	margin: 10px 0px 0px 0px;
}

.smaller
{
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0em 0em 1.0em 0em;
	color: #FFFFFF;
}

.smallheads
{
	font-size: 0.9em;
	line-height: normal;
	margin: 0em 0em 0em 0em;
}


.bullets
{
	font-size: .9em;
	line-height: 1.4em;
	margin: 0em 0em .5em 0em;
	padding-left: 10px;
	color: #CCCCCC;
}

.table
{
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0;
}
