@charset "utf-8";
* {
	list-style-type: none;
}
html,body {
	margin: 0;
	padding: 0;
}
a {
	color: #6e6e6f;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	font-family: Arial;
}
a:hover {
	color: #023490;
	text-decoration: underline;
}
.borde {
	border: 1px solid #690;
}
.img {
	border: 0;
}
.p12 {
	font-size: 12px;
	line-height: 18px;
	color: #6e6e6f;
	font-family: Arial;
}
.b12 {
	font-size: 12px;
	line-height: 18px;
	color: #6e6e6f;
	font-family: Arial;
}
.p14 {
	font-size: 14px;
	line-height: 20px;
	color: #6e6e6f;
	font-family: Arial;
}
.pbold {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #25478C;
	font-family: Arial;
}
.title {
	font-size: 12px;font-family: Arial; line-height:1.8; color:#646464;
}
.white {
	color: #FFF;
	font-family: Arial;
}
.red {
	color: #900;
	font-family: Arial;
}
.foot, .foot a {
	font-family: Arial;font-size:12px; color:#afd4fb; line-height:1.8;
}
.foot a:hover {
	color: #2557b1;
}