body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #333333;
	margin: 0;
}

a:link {
	text-decoration: none;
	color: #333333;
}
a{
	text-decoration: none;
}
a:visited{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #005FA9;
	text-decoration: underline;
}
.rec{
	clear: both;
	height: 148px;
	width: 528px;
	overflow: hidden;
	background-image: url(../images/reco_bg.gif);
	background-repeat: no-repeat;
}
.rec .button {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 140px;
	margin-top: 8px;
}
.rec .text{
	margin-left: 140px;
	height: 90px;
	width: 370px;
	overflow: hidden;
	clear: both;
	font-size: 12px;
	line-height: 19px;
	padding: 0px;

}
.rec .text .img{
	float:left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	filter: Alpha(Opacity=200, FinishOpacity=2, Style=2);
}
