@charset "ISO-8859-1";
.border-top {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #d6e2ca;
}
.photosizelarge img {
  max-width:400px;
  width: expression(this.width > 400 ? 400: true);
  max-height:600px;
  height: expression(this.height > 600 ? 600: true);
}
.photosizesmall {
	text-align: center;
	padding-top: 25px;
}
.photosizesmall img {
  max-width:150px;
  width: expression(this.width > 150 ? 150: true);
  max-height:250px;
  height: expression(this.height > 250 ? 250: true);
}
.photosizesmall a, .photosizesmall a:link, .photosizesmall a:visited, .photosizesmall a:hover, .photosizesmall a:active{
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

