@charset "utf-8";
/* CSS Document */

.IMG_Float_Left {
	float:left;
	margin-right:10px;
}
.IMG_Float_Rt {
	float:right;
	margin-left:10px;
}
.IMG_Caption {
	color:#2b6d0f;
	font-size:10px;
	text-align:center
}

.no_border {
	border:none;	
}
