@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}
*+html body{
	overflow:visible;
}
h1, h2, h3, h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#3168b8;
}
h1{
	font-size:24px;
}
h2{
	font-size:18px;
}
h3{
	font-size:16px;
}
h4{
	font-size:14px,
}
p{
	margin:5px;
	font-size:12px;
	color:#444;
	clear:both;
	display:block;
	line-height:18px;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
.ppalText{
	font-size:14px;
	color:#3168b8;
}
#general{
	width:500px;
	height:auto;
	padding-left:20px;
}
#general .left{
	float:left;
	width:48%;
	height:auto;
	margin-right:20px;
	margin-top:10px;
}
#general .left img{
	margin-top:10px;
}
#general .right{
	float:left;
	width:48%;
	height:auto;
}
#general .right .award{
	background:#ededed;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	margin:5px 0;
	padding:8px;
	opacity:0.5;
}
#generalM{
	width:350px;
	height:350px;
	background:url(../img/bgMarketing.jpg) no-repeat;
	overflow:hidden;
}
*+html #generalM{
	height:310px;
}
#generalM p{
	color:#000;
	line-height:18px;
	width:300px;
	color:#444;
	margin:120px auto 0;
	font-size:13px;
}
ul{
	list-style:disc;
	line-height:normal;
	color:#444;
	font-size:12px;
	float:left;
	display:block;
	margin-top:10px;
	margin-left:10px;
}
*+html ul{
	margin-left:40px;
}