@charset "utf-8";
* {
	list-style-type: none;
}
html,body {
	margin: 0;
	padding: 0;

}
a {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	font-family:Arial;
}
a:hover {
	color: #1A6FC0;
	text-decoration: underline;
}
.borde {
	border: 1px solid #690;
}
.img {
	border: 0;
}
.p12 {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-family:Arial;
}
.b12 {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-family:Arial;
}
.p14 {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-family:Arial;
}
.pbold {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #25478C;
	font-family:Arial;
}
.title {
	font-size: 18px; color:#716967; font-family:Arial; line-height:1.8;
}

.title1 {
	font-size: 30px; color:#716967; font-family:Arial; line-height:1.8;
}
.white {
	color: #FFF;
	font-family:Arial;
}
.red {
	color: #900;
	font-family:Arial;
}
.foot, .foot a {
	font-family: Arial; font-size:14px; line-height:1.8; color:#FFFFFF;
}
.foot a:hover {
	color: #605f5f;
}