/* $Id: images.css 3048 2007-03-08 01:27:51Z rakesh $ */
img
{
  /* General property for image tags */
  border: 0em none;
  vertical-align: middle;
}

img.small
{
	/* Properties for small images */
	width: 100px;
}

img.smalllinked
{
	/* Properties for small hyperlinked images */
	border: solid #0000ff thin;
	width: 100px;
}

img.linked
{
	/* Properties small hyperlinked images */
	border: solid #0000ff thin;
}
