td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	line-height:11px;
}
a {
	text-decoration: underline;
	color:#C22929;
}

body  {margin:0px;padding:0px}

.copy{
font-family:Tahoma;
font-size:10px;
color:#9A9889;
text-decoration:none
}

.gray {
	color:#737272;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.light_gray {color:#79888E}
.white {color:#FBFBFB}
.red {color:#9A400C}
.red1 {
	color:#415081;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	text-decoration: underline;
}

.blue {
	color:#CC0000;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.bot_men {color:#FFFFFF; text-decoration:none}
.green {color:#79888E}




a:hover{text-decoration:underline;}

#under{text-decoration:underline;}
.box{
padding: 9px 9px 9px 9px;
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid grey;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #959EBF;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -250px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}