@charset "utf-8";
/* CSS Document */
body {
	background-color: #560000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.fixpng, img { 
	behavior: url(iepngfix.htc);
}
.bg-l {
	background-image: url(images/bg-l.png);
	behavior: url(iepngfix.htc);
	background-repeat: repeat-y;
}
.bg-r {
	background-image: url(images/bg-r.png);
	behavior: url(iepngfix.htc);
	background-repeat: repeat-y;
}
a {
	color: #900;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
.box-text {
	line-height: 21px;
	padding: 10px;
}
.img-r {
	float: right;
	margin-left: 10px;
}
.white-txt {
	color: #CCC;
}
.pgtit {
	font-size: 24px;
}
.box1-tit {
	color: #006;
	font-size: 24px;
	font-weight: normal;
	background-image: url(images/titbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.box1-tit strong {
	color: #B10303;
}
