@charset "utf-8";
/* CSS Document */

BODY, DIV, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

BODY {
	margin: 0px;
	padding: 0px;
}

.menu {
	background-image:url(/images/mbg.png);
	width: 900px;
	height: 40px;
}

.ml {
	background-image:url(/images/ml.png);
	width: 1px;
	height: 40px;
	float: left;
}

.mm {
	background-image:url(/images/mm.png);
	width: 2px;
	height: 40px;
	float: left;
}

.mr {
	background-image:url(/images/mr.png);
	width: 1px;
	height: 40px;
	float: left;
}

.mi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	width: 148px;
	padding-top: 11px;
	float: left;
	cursor: hand;
	text-align: center;
}

.ma:link, .ma:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.ma:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.footer {
	background-image:url(/images/fbg.png);
	width: 900px;
	height: 31px;
	text-align: left;
}

.copy {
	color: #FFFFFF;
	font-size: 10px;
	margin-left: 5px;
}

.copy A:link, .copy A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.copy A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.body {
	width: 900px;
	padding: 10px;
	text-align: left;
}

.body h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ed0009;
	margin-bottom: 10px;
}

.body h2 {
	font-size: 16px;
}

.body h2.z {
	font-size: 16px;
	margin: 0px;
}

.body h3 {
	font-size: 14px;
}

.body .rp {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.body .lp {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.bb {
	text-align: center;
	font-size: 14px;
}

.r {
	color: #ed0009;
}