img{ display: block; }
.outsideBorder {
	border: thin solid #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
}
.thirdBorder {
	border: thin solid #666666;
	padding: 2px;
}
.secondBorder {
	border: thin solid #777777;
	padding: 5px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #336666;
	padding-bottom: 3px;
}
.website {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding-bottom: 5px;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.dpwTagLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	padding-top: 7px;
}
a:link {text-decoration: none; font-weight: bold; color: #0099CC}
a:visited {text-decoration: none; font-weight: bold; color: #0099CC}
a:active {text-decoration: none; font-weight: bold; color: #0099CC}
a:hover {text-decoration: none; font-weight: bold; color: #0099CC;}

img.thumbImage 
{
  display: block;
  /* border: 1px solid #777777; */
  background-color: #f6f6f0;
  border: 1px solid #b6b6b0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.228438) 3px 3px 3px;
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.228438);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
  padding: 1px;
}
.dpwLink
{
    border: 0px;
}