@charset "utf-8";
.bg1 {
	background-image: url(../images/left-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg2 {
	background-image: url(../images/right-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.normal {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a:hover.normal  {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #C42B2B;
	text-decoration: underline;
}

.normal-s {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
}
.f-left {
	background-image: url(../images/footor-bg.gif);
	background-repeat: repeat-y;
	width: 879px;
}
.gray {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #9B9B9B;
}
.red {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #BB2C2C;
	text-decoration: none;
}
.box-line {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E3E5EC;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #28246A;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.more {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1D185F;
	width: 70px;
	float: right;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
a:hover.more  {
	font-family: "Trebuchet MS";
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C83131;
	width: 70px;
	float: right;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.blue {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #1F1C66;
	text-decoration: none;
}

