/*
  stylesheet for pifactory, April 2009
*/

BODY {
  font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
 
  color: #000000;
  margin: 12px;
}

P {
  font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
  
  color: #000000;
  margin: 0px;
  margin-top: 6px;
}

A {
  color: #0000FF;
  text-decoration: underline;
 
}


A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

A:visited	{	
	text-decoration:	underline;
	font-weight:	bold;
	color:	#999;
		}	
		
A:active	{	
	text-decoration:	underline;
	font-weight:	bold;
	color:	#F00;
	
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#C00;
	
	}	
		
A.offsite	{	
	text-decoration:	underline;
	font-weight:	normal;
	color:	#C00;
		}	
FORM {
	display: inline;
}



ul 	{
	margin: 0;
  	font-family: Helvetica, Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	text-weight: bold;
	color: #ffff00;
	padding: 0;
	list-style: none;
	width: 120px;
	}

ul li 	{
	position: relative;
	}


li ul 	{
	position: absolute;
	left: 54px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	font-family: Helvetica, Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
	font-size: .75em;
	text-weight: normal;
	color: #ffff00;
	background: #000080;
	padding: 1px;
	border: 1px solid #C0C0C0;
	}

li:hover ul, li.over ul { 
	display: block; }
H1	{	
	font-family:	Helvetica, Tahoma, Arial, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	2em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family:	Helvetica, Tahoma, Arial, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	1.75em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family:	Helvetica, Tahoma, Arial, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:			1.4em;
	font-weight:		400;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family:	Helvetica, Tahoma, Arial, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	1.20em;
	font-weight:	300;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family:	Helvetica, Tahoma, Arial, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	1.17em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family:	Helvetica, Tahoma, Arial, Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.53;
	font-size:	1em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H1		{	
	color:	#003399; /* deep blue */
	
	}

H2		{	
	color:	#036; /* deep blue */
	
	}

H3	{
	color: #036; /* red */
	
	}

H4		{	
	color:	#036; /* deep blue */
	
	}

H5		{	
	color:	#036; /* deep blue */
	
	}

H6		{	
	color:	#036; /* deep blue */
	
	}
	
	
EM	{	
	font-style:	normal;
	font-weight:	bold;
	color:	black;
	
	}	
		
STRONG	{	
	font-style:	italic;
	
	font-weight:	bold;
	color:	black;
	}	
		
EM STRONG, STRONG EM	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	
	color:	black;
	}	

B	{
	font-weight:	bold;
	}
	
I	{
	font-style:	italic;
	}


