/*Image formating */

img 	{
	/* border style for all images */
	border: 0;
}

img.f 	{
	/* border style for all images */
	border: 0px;
        width: 122px;
	height:101px;
}

img.b 	{
	/* replacement for <br /> after images */
        display: block; /* forces line break for content after */
}

img.c 	{
	
	margin-top:0px;
	margin-bottom:0px;
	margin-right: 15px; 
	border-top: 1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

img.l 	{
	
	margin-top:0px;
	margin-bottom:0px;
	margin-right: 15px; 
	border-top: 1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}
/* text-align:center; */
/* float: left;*/