	/* 	*** JPC.css
		Cascading Style Sheet used by index and content pages */
   	p 	{
		   font-family: Verdana;
		   font-size: 11pt;
		   color: grey;
	   	}
  	h1 	{
		   font-family: Verdana;
		   font-size: 14pt;
		   color: grey;
	   	}
		
	table	{
		border: lightgrey;
		}
		
	a#banner:link {
		TEXT-DECORATION: none;
		color:FFFFFF;
		
	}
	a#banner:active {
		TEXT-DECORATION: none;
		color:FFFFFF;
	}
	a#banner:hover {
		TEXT-DECORATION: none;
		color:FFFFFF;
	}
	a#banner:visited{
		TEXT-DECORATION: none;
		color:FFFFFF;
	}	
		
	li 	{
		   font-family: Verdana;
		   font-size: 10pt;
		   color:  grey;
	   	}
	a#menu {
		TEXT-DECORATION: none;
		font-size: 12pt;
		color: black;
		font-style: bold;
		FONT-FAMILY: Verdana;
		padding-left: 20;
		margin: 0;
		white-space: nowrap;  
	}

	a#menu:hover {
		TEXT-DECORATION: none;
		font-size: 13pt;
		COLOR: black;
		font-style: bold;
		FONT-FAMILY: Verdana;
	}
	a#menu:visited {
		TEXT-DECORATION: none;
		margin: 0;
	}
	
	
	
	img	{
		border: 0;
		}


