#banner
{
	padding: 5px;
	background: url('../images/banner.jpg') no-repeat;
	height: 1%;
}
	#banner img
	{
		float: right;
		margin-left: 10px;
	}
	#banner span
	{
		display: block;
		padding: 10px;
		font-size: 1.4em;
		letter-spacing: -1px;
		text-align: right;
		color: #666;
	}
		#banner span strong
		{
			color: #333;
		}
#home-columns
{
	height: 1%;
	background: url('../images/box/3-col.gif') repeat-y center;
}
#home-columns h2
{
	/*height: 29px;*/
	background-color: #fff;
}
#home-investor h2
{
	margin-left: 6px;
}
#home-investor .col-content
{
	padding-right: 0px;
	padding-left: 8px;
}
#home-banners
{
	padding-top: 10px;
}

.news
{
	font-size: .8em;
}
	.news-head
	{
		padding-top: 20px;
		padding-bottom: 5px;
	}
	.news-head strong { color: #333333; font-weight: bold; }
	.news-head strong.news-cat { color: #56923D; font-weight: bold; }
	.news-head em { color: #666666; font-style: normal; font-weight: bold; }
	.news-head a { color: #333; }
	.news-content h3, .news-content strong { display: block; font-weight: bold; }
	.news-content h3 a, .news-content strong a { color: #333; }
	.news-link
	{
		display: block;
		text-align: right;
		color: #56923D;
		font-weight: bold;
		font-size: 8pt;
	}
	.news-summary
	{
		padding-bottom: 10px;
	}
	.news-text
	{
		font-size: .9em;
	}
	.news-imgs
	{
		float: left;
		width: 150px;
	}
		.news-imgs img
		{
			margin-bottom: 5px;
		}
.relation
{
	background: url('../images/box/investor.gif') no-repeat;
	margin-top: 5px;
	height: 1%;
}
	.relation img
	{
		float: left;
		margin-right: 10px;
	}
	.relation h3
	{
		font-size: .9em;
		font-weight: bold;
		padding: 5px 0px;
	}
	.relation h3 a { color: #333; }
	.relation h3, .relation p, .relation div
	{
		padding-right: 10px;
	}
	.relation p
	{
		font-size: .9em;
	}
	.relation div
	{
		text-align: right;
	}
	.relation div a
	{
		font-size: .8em;
		color: #77AC60;
	}
.banner
{
	margin: 0px 5px;
	/*width: 290px;*/
	height: 130px;
	background: url('../images/box/banner.gif') no-repeat;
}
	.banner-content
	{
		padding-left: 5px;
		padding-top: 8px;
	}
	.banner-img
	{
		float: left;
	}
	.banner-txt
	{
		margin-left: 150px;
		text-align: left;
	}
		.banner-txt strong
		{
			display: block;
			color: #5EA942;
			font-weight: bold;
			padding-bottom: 10px;
		}
		.banner-txt p
		{
			padding-right: 5px;
			letter-spacing: -1px;
			line-height: 1.4em;
		}