body	{
		background:#FFFFFF; 
		
	}


/* page headings */
H1 { 
  font-weight: bold; 
  font-size: 14pt;
  line-height: 14pt; 
  font-family: helvetica; 
  font-variant: normal;
  font-style: normal;
  color: green;
}

/* page sub-headings */
H2 { 
  font-weight: bold; 
  font-size: 12pt;
  line-height: 12pt; 
  font-family: helvetica; 
  font-variant: normal;
  font-style: normal;
  color: green;
}

/* form field labels */
H3 { 
  font-weight: bold; 
  font-size: 10pt;
  line-height: 10pt; 
  font-family: helvetica; 
  font-variant: normal;
  font-style: normal;
  color: green;
}


P { 
  color: green; 
/*  font-weight: bold; */
  font-family: helvetica;
  font-size: 11pt;
}

A:link
{
	color: blue;
	font-family: helvetica;
	font-size: 10pt;

}

A:visited
{
	color: red;
	font-family: helvetica;
	font-size: 10pt;

}

A:active
{
	color: lime;
	font-family: helvetica;
	font-size: 10pt;

}




TD {
	font-family: helvetica;
}

TABLE.form
	{

		background:#FFFFFF;
		font-weight: bold; 
		font-size: 10pt;
		font-family: helvetica; 
		font-variant: normal;
		font-style: normal;
		color: green;
	}


TABLE.highlight
	{
		background: silver;
		font-weight: bold; 
		font-size: 12pt;
		font-family: helvetica; 
		font-variant: normal;
		font-style: normal;
		color: green;
	}


TABLE.menu
	{

		background:#FFFFFF;
		font-weight: bold; 
		font-size: 10pt;
		font-family: helvetica; 
		font-variant: normal;
		font-style: normal;
		color: green;
	}
