/*** global ***/
html, body{
	background: white url(/images/main/back.jpg) repeat-x;
	color: black;
	}

a{
	color: rgb(216,38,28);
	text-decoration: underline;
	}

html, body{text-align: center; margin: auto; font-family: arial, sans-serif;}
body{font-size: 0.8em; padding: 0px;}
div{margin: auto; text-align: left;}
table{table-layout: fixed; border-collapse: collapse; margin: auto; border-spacing: 0px; border-width: 0px; text-align: left; font-size: 1em;}
table td{border-collapse: collapse; padding: 0px; border: 0px solid red;}
form, input{margin: auto; padding: 0px;}
input, textarea, select, button{font-family: verdana, sans-serif; font-size: 0.9em; border: 1px solid black; padding: 2px 2px;}
select, optgroup{font-size: 1em;padding: 2px;}
optgroup{font-size: 1em; padding: 0px 3px 0px 0px;}
.input-radio input{border: none;}
.radio{border: none;}
img{font-family: courier, sans-serif; font-size: 0.75em; border: 0px;}
ul, ol{margin: 0px 5px 5px 15px; padding: 0px 5px 5px 15px;}
li{padding: 0px; margin: 3px; text-indent: 0px;}
p{margin: 0px; padding: 7px 12px;}
h1, h2, h3, h4, h5, h6{display: block; margin: 0px;}
.atn{width: 600px; background: rgb(248,248,248); table-layout: auto; text-align: center; margin: 20px auto; border: 3px solid rgb(46,137,192);}
.atn td{padding: 5px; border: 1px solid silver;}
td.atn-n{line-height: 160%; background: rgb(215,232,187); font-weight: bold;}
td.atn-t{text-align: left;}
.atn span{display: block; font-size: 0.75em; padding: 5px 5px 1px 45px;}
.xinha{width: 880px; margin: auto;} .xinha table{table-layout: auto;}



/*** ***/
.top{
	width: 900px;
	height: 201px;
	}

.top-top{
	width: 900px;
	height: 160px;
	}

.top-top-logo{
	display: block;
	border: none;
	width: 356px;
	height: 130px;
	position: absolute;
	margin-top: 8px;
	margin-left: -6px;
	}

.top-img-1{
	width: 170px;
	height: 136px;
	display: block;
	position: absolute;
	margin-left: 382px;
	}

.top-img-2{
	width: 188px;
	height: 129px;
	display: block;
	position: absolute;
	margin-left: 552px;
	}

.top-img-3{
	width: 163px;
	height: 129px;
	display: block;
	position: absolute;
	margin-left: 740px;
	}


.menu table{
	width: 900px;
	height: 41px;
	table-layout: auto;
	border-spacing: 2px;
	border-width: 2px;
	}

.menu a{
	display: block;
	background: rgb(139,184,122) url(/images/main/menu_bottom.png) bottom repeat-x;
	color: white;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	padding: 6px 7px 11px;
	font-size: 1.1em;
	}

.menu a:hover{
	color: navy;
	}

.menu .menu-active a{
	background: white;
	color: rgb(225,86,22);
	text-decoration: none;
	padding: 7px 7px 10px;
	}

.menu-active-top{
	height: 8px;
	background: white;
	font-size: 1px;
	}

.menu-active-left{
	width: 8px;
	height: 8px;
	background: url(/images/main/menu_active_left.png) no-repeat;
	float: left;
	font-size: 1px;
	}

.menu-active-right{
	width: 8px;
	height: 8px;
	background: url(/images/main/menu_active_right.png) no-repeat;
	float: right;
	font-size: 1px;
	}

.menu-top{
	height: 8px;
	background: rgb(139,184,122);
	font-size: 1px;
	}

.menu-left{
	width: 8px;
	height: 8px;
	background: url(/images/main/menu_left.png) no-repeat;
	float: left;
	font-size: 1px;
	}

.menu-center{
	width: 14px;
	height: 8px;
	background: url(/images/main/menu_center.png) top center no-repeat;
	font-size: 1px;
	}

.menu-right{
	width: 8px;
	height: 8px;
	background: url(/images/main/menu_right.png) no-repeat;
	float: right;
	font-size: 1px;
	}

.menu-border{
	width: 2px;
	}


.main-content{
	width: 900px;
	padding: 0px;
	background: white;
	}

.main-content-padd{
	padding: 15px 0px;
	}

.main-footer-block{
	width: 900px;
	padding: 20px 0px;
	clear: both;
	}

.main-footer{
	width: 900px;
	height: 55px;
	border-top: 3px solid black;
	background: rgb(139,184,122);
	font-size: 0.9em;
	color: rgb(235,235,235);
	}

.main-footer-copy{
	padding: 9px 0px 0px 20px;
	}

.main-footer-mw{
	position: absolute;
	margin-top: 34px;
	margin-left: 720px;
	}

.main-footer-mw a{
	color: black;
	font-weight: bold;
	font-size: 0.95em;
	}

