/* ====================================
  WebImpact css
==================================== */

#webi{
	margin-bottom: 63px;
	background-color: #74745F;
	margin-top: 10px;
}
#webi th,
#webi td{
	font-size: 12px;
	line-height: 1.4;
	padding: 5px;
}
#webi th{
	background-color: #FFEECA;
	width: 148px;
}
#webi td{
	background-color: #FFFFFF;
	vertical-align: top;
	color: #333333;
}
#webi a:link,
#webi a:visited{
	color: #FF3333;
	text-decoration: underline;
	font-weight: bold;
}
#webi a:hover,
#webi a:active{
	color: #FF9900;
	text-decoration: none;
}

