/*		----------------------------------		*/
/* 		Main Items...							*/
/*		----------------------------------		*/
body {		margin: 		3px ;
		background:		white;
		font-family: 		Arial, Helvetica, sans-serif ;
		font-size:		11px ;
		color:			Black ;
}

.header{	padding: 		30px ;
		font-size: 		38px ;
		border-bottom: 		3px solid Black;
}

.siteInfo{	text-align:		right ;
		font-family: 		Arial, Helvetica, sans-serif ;
		font-size:		11px ;
}			


/*		----------------------------------		*/
/* 		Thumbnails etc...						*/
/*			filter:			shadow(color=gray, strength=3, direction=135); */
/*		----------------------------------		*/
.gap{		padding:		4px ;
		float:			left;
}

.tn{		background:		lightGray ;
		padding:		3px ;
		float:			left ;
		text-align:		center ;
		border:			1px solid black;
		color:			black;
}

.txt{		position:		relative;
		top:			1px;
		z-index:		10;
		color:			black;
		float:			both;
}

.ig{		border:			1px solid black;
		width:			120px ;
		height:			90px ;
}

.n{		font-family: 	Arial, Helvetica, sans-serif ;
		font-size:		11px ;
		color:			black ;
		clear:			both;
}

.fname{		color:			black ;
		text-align:		left;
		top:			4px;
		vertical-align:	        middle;
                width:                  0px;
		height:			112px;
		font-size:		8px;
		float:			both;
		border-left:		0px solid darkGray;
			
}
