body {background-color: 012D6E; margin: 20px; padding: 0px }

 .banner { 

	background-color: 0346A8; 
	color: white; 
	font-family:'Trebuchet MS', sans-serif; 
	text-indent: 20px; 
	padding: 2px
}

 .weblink { 

	color: white; 
	font-family:'Trebuchet MS', sans-serif; 
	font-size: 10px;
	text-indent: 20px; 
	padding: 2px;
	position:absolute;
	top: 20px;
	right:40px;
	
}

 .thumb { 
	background-color: 77A0DC; 
	height: 175px; 
	width: 140px; 
	padding-top: 10px
	
}


.imgThumb {
	display: block;
	border: 2px solid #120635;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 120px;
	width: expression(this.width > 120 && (this.width/this.height) > (4/3) ? 120 : true);
	height: expression(this.height > 160 && (this.width/this.height) <= (4/3) ? 160 : true); 
	max-height: 160px;
	text-align: center;	
}

.imgThumbVersion1 {
	display: block;
	border: 2px solid #120635;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 120px;
	text-align: center;	
}


 
 .thumbtext {
	background-color: 77A0DC; 
	height: 220px;
	width: 140px;
	float: left;
	border: 2px solid #000000;
	font-family:'Trebuchet MS', sans-serif; 
	font-size: 12px; 
	overflow: expression( "hidden" );
	
}

 p.textformat {
	margin-top: 0;	
	margin-left: 6px;
	margin-right:6px;
	
}	
	





