body {
	margin:0px;
	padding:0px;
	background-image:url(images/bg_index.jpg);
	background-repeat: repeat-x;
	background-color: #EFEFEF;
}
.font1 {
	font-size: 12px;
	line-height: 170%;
	color: #333333;
}
.font3 {
	font-size: 14px;
	line-height: 200%;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.font2 {
	font-size: 12px;
	line-height: 150%;
	color: #ffffff;
}
a.font2:link {
	color: #ffffff;
	text-decoration: none;
}
a.font2:visited {
	color: #ffffff;
	text-decoration: none;
}
a.font2:hover {
	color: #990000;
	text-decoration: underline;
}
a.font2:active {
	color: #ffffff;
	text-decoration: none;
}
.pro_div {
  float:left;
  margin-right:10px;
  margin-top:6px;
  padding:0px;
  width:300px;
  height:120px;
}