
P {
  font-family: Tahoma;
  font-size: 10pt;
  color: #000000;
}


P.head {
  font-family: Tahoma;
  font-size: 10pt;
  color: #000000;
}

P.footer {
  font-family: Tahoma;
  font-size: 8pt;
  color: #000000;
}

LI {
  font-family: Tahoma;
  font-size: 8pt;
  color: #000000;
}


A {
  	font-family: Tahoma, Arial, Helvetica;
  	text-decoration: none;
  	color: red;
  	font-size: 10pt;
  	font-weight: normal;
}

A.footer {
  	font-family: Tahoma, Arial, Helvetica;
  	text-decoration: none;
  	color: #ffffff;
  	font-size: 8pt;
  	font-weight: normal;
}

A:hover.footer {
  	text-decoration: none;
  	color: #ffffff;
  	text-decoration: underline;
}

A:hover {
  	text-decoration: none;
  	color: red;
  	text-decoration: underline;
}

