body {
	font-family: arial;
	background: url(../images/40original.gif);
}
.header {
	background: url(../images/header__.jpg) no-repeat;
	height: 142px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 10px;
}
.logo div {
	width: 800px;
	height: 100px;
	margin-bottom: 10px;

	cursor: hand;
}
.leftMenu {
	width: 200px;
	border: 1px solid #bd0000;
	padding-top: 4px;
	text-align: left;
}
.rightMenu {
	width: 170px;
	border: 1px solid #bd0000;
	padding-top: 4px;
	text-align: left;
}
.menuHeader {
	background: url(../images/menuHeader.jpg) no-repeat 50% 50%;
	width: 200px;
	height: 23px;
	color: #fff;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.link {
	text-decoration: none;
	color: #3721a4;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
}
.topLink {
	text-decoration: none;
	color: #bd0000;
	font-size: 13px;
	font-weight: bold;
	margin-right: 25px;
}
.fooLink {
	text-decoration: none;
	color: #020254;
	font-size: 13px;
	font-weight: bold;
	margin-right: 25px;
}
.sep {
	color: #bd0000;
	font-size: 13px;
	font-weight: bold;
	margin-right: 25px;
}
.sep2 {
	color: #020254;
	font-size: 13px;
	font-weight: bold;
	margin-right: 25px;
}
.content {
	width: *;
	border-top: 1px solid #bd0000;
	border-bottom: 1px solid #bd0000;
	border-right: 1px solid #bd0000;
	text-align: left;
	padding: 10px;
}
.footer {
	height: 40px;
	padding: 10px;
	text-align: center;
}
.mainTbl {
	background-color: #fff;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
p {
	font-size: 12px;
}
a {
	font-weight: bold;
	color: #bd0000;
}