@charset "utf-8";
#textcontainer {
	height: 120px;
	width: 298px;
	position: relative;
}
.headtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #3399CC;
}
#lefttext {
	height: 50px;
	width: 166px;
	float: left;
	top: 35px;
	position: absolute;
}
.textcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
}
#rightimg {
	float: right;
	height: 108px;
	width: 132px;
	position: absolute;
	right: 0px;
	top: 10px;
}
/*a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #CC0033;
}*/
