@charset "utf-8";
* {
	list-style-type: none;
}
html,body {
	margin: 0;
	padding: 0;
	font-family: Arial;
}
a {
	color: #2B2B2B;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	font-family: Arial;
}
a:hover {
	color: #FA4C04;
	text-decoration: underline;
}
.borde {
	border: 1px solid #690;
}
.img {
	border: 0;
}
.p12 {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	font-family: Arial;
}
.p14 {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-family: Arial;
}
.b12 {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	font-family: Arial;
}
.gray0 {
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
	color: #000;
	font-family: Arial;
}
.pbold {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #25478C;
	font-family: Arial;
}
.title {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FA4C04;
	padding-left: 10px;
	font-family: Arial;
}
.title1 {
	font-size: 12px;
	line-height: 26px;
	color: #2B2B2B;
	font-family: Arial;
}
.white {
	color: #FFF;
	font-family: Arial;
}
.red {
	color: #900;
	font-family: Arial;
}
.foot, .foot a {
	font-size: 12px;
	line-height: 180%;
	color: #000000;
	font-family: Arial;
}
.foot a:hover {
	color: #FA4C04;
}