/* CSS Document */
Body{
	background-image:  url(../p7pm/img/p7PM_steel.jpg);
	/* Note: Make URL Absolute for Navigator 4 compatibility*/
	background-repeat:  repeat-x;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Trebuchet MS', 'Arial', 'Sans-Serif;
	} 
	
a:link, a:visited { color: #663366; }
a:hover, a:active,  a:focus {
	font-weight: normal;
	color: #333333;
}

H1 {
	font-family: Trebuchet MS', 'Arial', 'Sans-Serif;
	font-size: 20pt;
	color: #999999;
	border-bottom: 000099;
	border-bottom-style: double;
} 

H2 {
  font-family: Trebuchet MS', 'Arial', 'Sans-Serif;
  font-weight: bold;
  font-size: 16pt;
  color: #CC9900;
} 

H3 {
	font-family: Trebuchet MS', 'Arial', 'Sans-Serif;
	font-size: 13pt;
	color: #996600;
	font-style: italic;
} 

H4 {
  font-family: Trebuchet MS', 'Arial', 'Sans-Serif;
  font-size: 8pt;
  color: #663366;
} 

P
{		
	font-family: Trebuchet MS', 'Arial', 'Sans-Serif;
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	} 

BLOCKQUOTE
{		
	font-family: Trebuchet MS', 'Arial', 'Sans-Serif;
	font-weight: bold;
	font-size: 12pt;
	color: #333333;
	position: relative;
	margin-left: 2cm;
	}

LI
{		
	font-family: Trebuchet MS', 'Arial', 'Sans-Serif;
	font-weight: lighter;
	font-size: 10pt;
	color: #000000;
	margin: .4cm;
	position: relative;
	}

OL
{		
	position: relative;
	margin-left: 1.5cm;
	}


TABLE
{
	font-family: Trebuchet MS', 'Arial', 'Sans-Serif;
	font-weight: bold;
	font-size: 11pt;
	color: #006600;
	position: relative;
	width: 90%;
	}

TD
{		
	font-family: Trebuchet MS', 'Arial', 'Sans-Serif;
	font-weight: bold;
	font-size: 11pt;
	color: #000066;
	position: relative;
	}

TH
{		
	font-family: Trebuchet MS', 'Arial', 'Sans-Serif;
	font-weight: bold;
	font-size: 12pt;
	color: #990000;
	background: #CCCC99;
	position: relative;
	}

TR
{		
	font-family: Trebuchet MS', 'Arial', 'Sans-Serif;
	font-weight: bold;
	font-size: 11pt;
	color: #000066;
	position: relative;
	}

UL
{		
	position: relative;
	margin-left: 1.5cm;
	list-style:disc
	}
