
body {
	background:url(../images/page.png) repeat #ffffff;
	font-family:"Arial";
	font-size:14px;
	color:#800000;
	line-height:1.7em;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	background-attachment:fixed;
	}
	h3{
	font-size:18px;
	color:#284bfa;
	}
.btnbg
{
	background:url(../images/btn-bg.png) no-repeat;
	width:250px;
	height:47px;
	font-family:"Arial";
	color:#2e3192;
	font-size:33px;
	padding-left:55px;
	padding-top:2px;font-weight:bold;
}
.btnbg a {
	color:#fff;
	text-decoration:none;
	
	
}
.btnbg a:hover
{
	color:#FFFF00;
	text-decoration:none;
}
.img
{
	background:#e5e2e2;
	padding:5px;
}
.inq-title
{
	font-family:"Verdana";
	font-size:18px;
	color:#ed1c24;
	padding:10px;
}
.inq-text, .inq-text a
{
	font-family:"Verdana";
	font-size:14px;
	color:#2e3192;
	text-decoration:none;
}
.inq-text a:hover
{
	text-decoration:underline;	
}
.title-red
{
	font-family:"Verdana";
	font-size:36px;
	color:#ed1c24;
}
.title-blue
{
	font-family:"Verdana";
	font-size:36px;
	color:#2e3192;
}
.footer-bg
{
	background:url(../images/footer-bg.png) no-repeat right top #595858;	
}
.serv-item
{
	background:url(../images/bullet.gif) left center no-repeat;
	padding-left:20px;
	line-height:20px;
	height:25px;
	padding-top:2px;
}
#flash
{
	background:url(../images/flash-bg.png) no-repeat;
	width:647px;
	height:429px;
}
.txt-footer-white, .txt-footer-white a
{
	color:#ffffff;	
	text-decoration:none;
}
.txt-footer-white a:hover
{
	text-decoration:underline;	
}
.txt-footer-gray a
{
	color:#c5c5c5;	
}
.txt-footer-gray a:hover
{
	color:#fff;	
}

#back-to-top{
		position:fixed;
		bottom:100px;
		right:40px;
	}
	#back-to-top a{
		text-align:center;
		text-decoration:none;
		color:#0000CC;
		display:block;
		width:70px;
		
	}
	#back-to-top a:hover{
		color:#979797;
	}
	#back-to-top a span{
		display:block;
		height:70px;
		width:70px;
		background: url(../images/top.png) no-repeat;
		
	}
	#back-to-top a:hover span{
		background:url(../images/top1.png) no-repeat;
	}