
.btnRequest {
	background-image: url('btn_bg.png');
	background-position: no-repeat;
	width: 182px;
	height: 90px;
	font-size: 20px;
	color: #1f74ad;
	font-family: Verdana, Geneva, sans-serif;
	padding: 20px 20px 0px 105px;
}

.btnRequest .bold {
	font-weight: bold;
}

.btnRequest a {
	text-decoration: none;
	color: #1f74ad;
}

.btnRequest a.small {
	font-size: 10px;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	color: #1f74ad;
	text-decoration: underline;
	padding: 5px 0px 0px 0px;
	display: block;
}


.catBlock {
}

.catBlockTitle {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 7px;
	margin-top: 7px;
}

.catBlock .pic {
	border: 1px solid #ccd73e;
	width: 155px; 
	height: 115px;
	overflow: hidden;
}

.catBlock .text {
	width: 460px; 
	margin-left: 10px;
	margin-top: 10px;
}

.catBlock .start {
	margin-top: 10px;
}

.container {
	overflow: hidden;
	width: 100%;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}