	.br	{ line-height: 10px; }

BODY,P,UL,OL,DL,LI
{ 
  background-repeat     : no-repeat;
  background-color      : #FFFFFF;
  color                 : #FFFFFF;
  font-family           : arial,helvetica,sans-serif;
  font-weight           : normal;
  font-size             : 10px;
  color                 : #000000;
}

IMG
{ border            : 0;
  padding-left      : 0;
  padding-right     : 0;
  padding-top       : 0;
  padding-bottom    : 0;
}

	p  {
	padding-bottom:0px; padding-top:0px; margin-bottom:0px;
margin-top:0px;
	}
/* ------------------------------------- */ 
/* ---------------link styles----------- */ 
/* ------------------------------------- */ 

A:link
{ 
  text-decoration       : none;
  color                 : #003399;
}

A:active
{ 
  text-decoration       : none;
  color                 : #ff0000;
}

A:visited
{ 
  text-decoration       : none;
  color                 : #660099;
}

A:hover
{ 
  text-decoration       : none;
  background            : #ccffff;
}

A:hover .divider-lite-invisible
{ 
  text-decoration       : none;
  background            : #ccffff;
  color                 : #003399;
}

