/* CSS Document */

.fact_banner a img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.rc_banner{
	text-align: left;
}

.rc_banner a{
	display: block;
	width: 250px;
	height: 37px;
	margin-right: auto;
	margin-left: 50px;
	margin-top: 10px;
	position: relative;
}

.rc_banner a:hover{
	position: relative;
	top: 1px;
	left: 1px;
}

.rc_banner a img{
	border-top: 2px solid #ccc;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #ccc;
}

.clr{
	clear: both;
}
