/* CSS Document */
body{
overflow-x: hidden;
overflow-y: scroll;
}
a, a:active, a:focus {
outline: none;
}
a:hover{
	text-decoration:none
}
.bg_img{
	background-image:url(../images/bgimg.jpg);
	background-repeat:repeat;
	min-height:99px;
	max-height:inherit
}
.bg_f5f6f7{
	background-color:#f5f5f5;
	height:16px;
	border-bottom: 1px solid #f0f2f3
}
.bg_f6f7f8{
	background-color:#f6f7f8;
	min-height:305px;
	max-height:inherit
}
.bg_img_blue{
	background-image:url(../images/blue----background.jpg);
	min-height:340px;
	max-height:inherit
}
.bg_footer{
	background-color:#f6f7f8;
	min-height:73px;
	max-height:inherit
}
.bg_f1f1f1{
	background-color:#f1f1f1;
	min-height:75px;
	max-height:inherit
}
.btn_262262{
	background-color:#262262;
	color:#FFF
}
.btn_262262:hover{
	background-color:#262262;
	color:#dddddd
}
.bg_trans{
	background-color:#fbfbfb;
	width:87.6%;
	height:40px;
	opacity:0.8;
	padding-right: 10px;
    padding-top: 9px;
    text-align: right;
}


