@charset "utf-8";
* {
	list-style-type: none;
}
html,body {
	margin: 0;
	padding: 0;
	background: url(../image/bbbg.jpg) repeat-x scroll center top;
}
a {
	color: #444444;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	font-family: Arial;
}
a:hover {
	color: #ec7603;
	text-decoration: underline;
}
.borde {
	border: 1px solid #690;
}
.img {
	border: 0;
}
.p12 {
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	font-family: Arial;
}
.p14 {
	font-size: 14px;
	line-height: 24px;
	color: #444444;
	font-family: Arial;
}
.pbold {
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #25478C;
	font-family: Arial;
}
.title {
	font-size: 12px;
	line-height: 35px;
	color: #444444;
	padding-left: 16px;
	font-family: Arial;
}
.white {
	color: #FFF;
	font-family: Arial;
}
.red {
	color: #900;
	font-family: Arial;
}
.foot, .foot a {
	font-size: 13px;
	line-height: 180%;
	color: #444444;
	font-family: Arial;
}
.foot a:hover {
	color: #ec7603;
}