.zoomImage:hover {
	float: left;
}
a.zoomImage:hover img {
	height: 200px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.textitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.yellowtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF281;
}
A.yellowlink:link {
	font-size : 14px;
	font-family : Arial;
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00
}

A.yellowlink:visited {
	font-size : 14px;
	font-family : Arial;
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00
}

A.yellowlink:hover {
	font-size : 14px;
	font-family : Arial;
	text-decoration: underline;
	font-weight: bold;
	color: #FFFF00
}

A.yellowlink:active {
	font-size : 14px;
	font-family : Arial;
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00
}

#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
}

#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 {
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 233px;
	left: 150px;
	position: absolute;
	top: 120px;
	width: 300px;
}

#top {
	margin-left: 80px;
}
