td img {display: block;}

body {
	background-attachment: scroll;
	background-color: #606060;
	background-position: center top;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

tahoma_14_white {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.tahoma_12 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.tahoma_12_red {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
}
.tahoma14-blue {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000440;
}
.tahoma_16 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
.tahoma_12_white {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.tahoma_14_white {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.tahoma_14 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
}
.tahoma_10_white {
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
.tahoma_12_balck_bold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.tahoma_10 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #525252;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #525252;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}


a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #B70000;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
a:active {
	color: #090;
}
table.list { border-collapse: collapse; }
    .list td, .list th {
	border: 1px solid #CCCCCC;
}
img
{  border-style: none;
outline: none;
}

/* crop photos on results pages*/
.crop_photo_results {
  position: relative;
  width: 225px;
  height: 120px;
  overflow: hidden;
}
.crop_photo_results img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.crop_photo_results img.portrait {
  width: 100%;
  height: auto;
}
