a.gal:link {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	background-image: url(images/but_off.gif);
	height: 19px; *height: 21px;
	width: 141px;	
	display:block;
}
a.gal:visited {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	background-image: url(images/but_off.gif);
	height: 21px;
	height: 19px; *height: 21px;	
	display:block;
}
a.gal:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	background-image: url(images/but_on.gif);
	height: 19px; *height: 21px;
	width: 141px;	
	display:block;
}

.photo {
	font-family: Arial;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
a.photo:link {
	font-family: Arial;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

a.photo:visited {
	font-family: Arial;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

a.photo:hover {
	font-family: Arial;
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

.brdr {
	 border: 1px solid #990000;
}

