body {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	background-color: #869B4B;
	background-image: url(img/bck.jpg);
	background-repeat: repeat-x;
}

#deco {
	background-image: url(img/headt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width: 1002px;
	height: 214px;
	margin: 0px auto 0px auto;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#menu {
	width: 1002px;
	height: 72px;
	margin: 0px auto 0px auto;
	background-image: url(img/m.jpg);
	background-repeat: repeat-x;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	height: 72px;
}
#menu ul li { 
	display: block;
	float: left;
	height: 72px;
}
#menu ul li a {
	background-image: url(img/ms.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	font-weight: bold;
	color: #000000;
	padding: 47px 22px 10px 25px;
	text-decoration: none;
}
#menu ul li.f a {
	background-image: none;
}
#menu ul li a:hover {
	font-weight: bold;
}
#menu ul li.a a {
	font-weight: bold;
}
#main {
	width: 1002px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
}
#mtext {
	width: 982px;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#footer {
	width: 1002px;
	margin: 0px auto 0px auto;
	background-image: url(img/foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFF3B5;
	padding-top: 15px;
	padding-bottom: 25px;
}


div.bh {
	width: px;
	height: px;
	background-image: url(img/bh.jpg);
	background-repeat: no-repeat;
}
div.bh div {
	padding-left: px;
	padding-top: px;
}
div.bt {
	width: px;
	background-image: url(img/bh.jpg);
	background-repeat: repeat-y;
}
div.btt {
	width: px;
	margin: 0px auto 0px auto;
	padding-top: px;
	padding-bottom: px;
	text-align: left;
}
div.be {
	width: px;
	height: px;
	background-image: url(img/.jpg);
	background-repeat: no-repeat;
}

table.mm {
	border: 0px;
}
table.mm td {
	width: 133px;
	height: 103px;
	background-image: url(img/z.jpg);
	background-repeat: no-repeat;
}
table.mm td.s {
	width: 13px;
	background-image: url(img/zs.jpg);
}
table.mm td.a {
	background-image: url(img/za.jpg);
}
table.mm td a {
	display: block;
	color: #3B4A0E;
	text-decoration: none;
	text-align: center;
	padding-top: 38px;
	padding-bottom: 10px;

}
table.mm td.a a {
	color: #FFFFFF;
}
table.z {
	border: 1px solid #F0C701;
	background-color: #FFF6C5;
	margin-top: 8px;
}
table.z td {
	padding: 4px;
}
table.z tr.s td {
	border-top: 1px solid #F0C701;
	height: 1px;
	font-size: 1px;
}
table.v {
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}
table.v td, table.v th {
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	padding: 3px;
}
table.v td {
	font-size: 0.7em;
	text-align: right;
}
table.v th {
	color: #BBBBBB;
	text-align: left;
	font-size: 0.75em;
}
table.v td.ms {
	background-color: #FFF6C5;
}
table.v td.cs {
	font-weight: bold;
}
table.v td.rv {
	font-style: italic;
}

div.pg {
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
div.pg, div.pg td, div.pg select {
	font-family: Verdana;
	font-size: 11px;
	vertical-align: middle;
}
table.n {
	width: 100%;
	border: 0px;
}
table.n td {
	vertical-align: top;
}
table.gal {
	width: 100%;
	border: 0px;
}
table.gal td {
	vertical-align: top;
	text-align: center;
}
table.gal img {
	border: 1px solid #999999;
}
div.bl {
	display: none;
}
.break, .clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}

@media print {
 #deco, #header, #menu, #footer {
	display: none;
 }
 #main, #mtext, #cont, #mcol {
	float: none;
	width: 100%;
 }
}

