/* global items */
body
	{
	background-image : url(http://www.pmpartners.com/images/blackgrey.gif);
	background-color: #cecece;
	color: #000000;
	}

th	
	{
	text-align : left;
	vertical-align : top;
	font-weight : bold;
	}

a:link {color: #2e2187;}
a:visited {color :#800000}
a:hover {color : #0000ff}

.author 
	{
    font-size: 80%;
	text-align: right;
	}

.bold
	{
	font-weight : bold;
	}

.sectionheader
	{
	font-size: 100%;
	font-weight:bold;
	}
	
.navlink
	{
	text-align : center;
	}

.draft
	{
	font-size : 80%;
	}
	
.footer
	{
	text-align : center;
	font-size : 80%;
	color : #000000 
	}

/* White background page title */
.pagetitle
	{
	background-color : #ffffff;
	color : #000000;
	font-size : 120%;
	font-weight : bold;
	vertical-align : top;
	padding-left: 6px;
	}

/* Darker grey background for Process top-level section title */
.sectiontitle
	{
	background-color : #c0c0c0;
	color : #000000;
	font-size : 100%;
	font-weight : bold;
	vertical-align : top;
	text-align: left;
	padding-left: 6px;
	}

/* Levels of the Process document, to be used for tr elements. Levelone is the chapter heading, e.g., 6. Leveltwo is the section, e.g. 6.2, etc. */

.levelone
	{
	font-weight : bold;
	}

.leveltwo
	{
	vertical-align : top;
	}

.levelthree
	{
	font-weight : bold;
	vertical-align : top;
	}

.levelfour
	{
	vertical-align : top;
	}

ul.tight
	{
	margin-top : 0px;
	}
