A.small:link 
{
	COLOR: #990000; TEXT-DECORATION: none;
	cursor:hand; 
	cursor:pointer;
}
A.small:visited 
{
	cursor:hand; cursor:pointer;
	COLOR: #990000; TEXT-DECORATION: none;
}
A.small:hover 
{
	cursor:hand; cursor:pointer;
	COLOR: #990000; TEXT-DECORATION: underline;
}
A.small:active 
{
	cursor:hand; cursor:pointer;
	COLOR: #990000; TEXT-DECORATION: underline;
}




a.small2:link 
{
	COLOR: #000000;
	cursor:hand; 
	cursor:pointer; 
	text-decoration: underline;
}
a.small2:visited 
{
	cursor:hand; 
	cursor:pointer;
	COLOR: #000000; 
	text-decoration: underline;
}
a.small2:hover 
{
	cursor:hand; 
	cursor:pointer;
	COLOR: #000000; 
	text-decoration: underline;
}
a.small2:active 
{
	cursor:hand; 
	cursor:pointer;
	COLOR: #000000; 
	text-decoration: underline;
}


a.catalog:link 
{
	COLOR: #000000;
	cursor:hand; 
	cursor:pointer; 
	text-decoration: none;
}
a.catalog:visited 
{
	cursor:hand; 
	cursor:pointer;
	COLOR: #000000; 
	text-decoration: none;
}
a.catalog:hover 
{
	cursor:hand; 
	cursor:pointer;
	COLOR: #000000; 
	text-decoration: underline;
}
a.catalog:active 
{
	cursor:hand; 
	cursor:pointer;
	COLOR: #000000; 
	text-decoration: underline;
}