
/* Styles for tables of thumbnail images */
table.thumbs {
              vertical-align: middle;
			  text-align: center;
			  border-collapse: collapse;
			  }

/* Styles for tables cells that contain thumbnails */
td.thumbs {
           border: solid 1 px #982257;
		   padding: 10px;
		   }






/* Styles for tables of thumbnail images */
table.thumbs2 {
              vertical-align: middle;
			  text-align: center;
			  border-collapse: collapse;
			  }


/* Styles for tables cells that contain thumbnails */
td.thumbs2 {
           border: solid 1 px #F5797F;
		   padding: 03 px;
           text-align:center;
           color:#104571;
           font-family:arial;



		   }