BODY, FONT, P, TD, A

{
	FONT-FAMILY: Verdana, Arial, Helvetica, SansSerif;
	color: black;
	font-size: 13px;
}
A { FONT-FAMILY: Verdana, Arial, Helvetica, SansSerif;}
a:link { text-decoration:underline; color: black;}
a:visited { text-decoration:none; color: black;}
a:active { text-decoration:none; color: black; background-color: white;}
a:hover { text-decoration:none; color: black; background-color: white;}

H1
{
	font-size: 13px;
	font-style: normal;
	color: black;
	text-decoration:none;
}

.image {
	position:relative;
	float:left; /* optional */
}
.image .text {
	position:absolute;
	top:361px; /* in conjunction with left property, decides the text position */
	left:232px;
	width:300px; /* optional, though better have one */
}

.image .textbottom {
	position:absolute;
	bottom:0px; /* in conjunction with left property, decides the text position */
	right:0px;
}

.image .zoom {
	position:absolute;
	bottom:0px; /* in conjunction with left property, decides the text position */
	right:0px; /* optional, though better have one */
	background-image:url(../zoombw.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.caption {
	color: gray;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.caption2 {
	color:#660033;
	font-family:Arial, Helvetica, sans-serif;
}

