BODY {
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 12pt;
	PADDING-BOTTOM: 10px;
	MARGIN: 0px;
	COLOR: White;
	LINE-HEIGHT: 1.8em;
	BACKGROUND-REPEAT: repeat-x;
	FONT-FAMILY: "Tahoma", "Lucida Sans", "Arial", "Helvetica", "Sans-serif",
		"sans";
	BACKGROUND-COLOR: black
}

/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */
	/* Below are three sets of css for tnenlargetotheright, tnenlargetothecenter and tnenlargetotheleft */
.tnenlargetothecenter {
	position: relative;
	z-index: 0;
	TEXT-DECORATION: none;
	COLOR: White;
	font-size: x-small
}
.tnenlargetotheright {
	position: relative;
	z-index: 0;
	TEXT-DECORATION: none;
	COLOR: White;
	font-size: x-small
}
.tnenlargetotheleft {
	position: relative;
	z-index: 0;
	TEXT-DECORATION: none;
	COLOR: White;
	font-size: x-small
}



.tnenlargetothecenter:hover {
	background-color: transparent;
	z-index: 50;
}
.tnenlargetotheright:hover {
	background-color: transparent;
	z-index: 50;
}
.tnenlargetotheleft:hover {
	background-color: transparent;
	z-index: 50;
}


.tnenlargetothecenter span { /*CSS for enlarged image*/
	position: absolute;
	background-color: red;
	padding: 2px;
	left: 0px;
	border: 1px red;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.tnenlargetotheright span { /*CSS for enlarged image*/
	position: absolute;
	background-color: red;
	padding: 2px;
	left: 0px;
	border: 1px red;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.tnenlargetotheleft span { /*CSS for enlarged image*/
	position: absolute;
	background-color: red;
	padding: 2px;
	left: 0px;
	border: 1px red;
	visibility: hidden;
	color: black;
	text-decoration: none;
}


.tnenlargetothecenter span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.tnenlargetotheright span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.tnenlargetotheleft span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}


.tnenlargetothecenter:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: +20px;
	left: -90px;
	/*position where enlarged image should offset horizontally */
}
.tnenlargetotheright:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: +20px;
	left: 0px;
	/*position where enlarged image should offset horizontally */
}
.tnenlargetotheleft:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: +20px;
	left: -300px;
	/*position where enlarged image should offset horizontally */
}