td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#5E5D5D;
}
td.bot {
	text-align: left;
	vertical-align: bottom;
}
form
{
	margin:0px;
}
a {

	text-decoration: underline;
	color:#5E5D5D;
}
.b
{
	color:#65708E;
}
.w
{
	FONT-SIZE: 10pt; COLOR: #FDFFD1; FONT-FAMILY:  Verdana; FONT-WEIGHT: bold;
}
a.w
{
	color:#FDFFD1;
	text-decoration:none;
}
a.b
{
	color:#65708E;
	text-decoration:underline;
}
a.copy
{
	color:#851701;
	text-decoration:none;
}
.t9
{
	font-size:9px;
}
.t1 {
	FONT-SIZE: 9.5pt; COLOR: #FDFFD1; FONT-FAMILY:  Verdana; PADDING-RIGHT: 10px; MARGIN-TOP: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN-RIGHT: 2%; PADDING-TOP: 20px; LETTER-SPACING: 0px
}
.t2 {
	FONT-SIZE: 9.5pt; COLOR: #FDFFD1; FONT-FAMILY:  Verdana; PADDING-RIGHT: 10px; MARGIN-TOP: 10px; PADDING-BOTTOM: 10px; MARGIN-RIGHT: 2%; PADDING-TOP: 20px; LETTER-SPACING: 0px
}

#pic {
	background-color: #851701 ;
	position: relative;
	width: 90px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #851701 ;
	border: 0px solid #000000;
	display: block;
	height: 56px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 90px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 0px solid #000000;
	display: block;
	height: 233px;
	left: 150px;
	position: absolute;
	top: 0px;
	width: 300px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

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

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}