﻿.HomeBanner
{
	position: relative;
	top: 140px;
	clear: both;
	border:solid 5px #FFF;
	width: 895px;
	height: 240px;
}

.HomeBanner .TextZone
{
	background-color: #adceef;
	width: 341px;
	height: 241px;
}

.HomeBanner .TextZoneInner
{
	margin: auto;
	margin-top: 10px;
	width: 300px;
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	color: #1d5272;
	font-weight: bold;
}

