
footer{
	width: 100%;
	background-image: url(../img/endbk.jpg);
	background-position: center top ;
	background-repeat:repeat-x ;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 50px 0px ;
	position: absolute;
	bottom: 0;
	text-align:center;
	line-height:150% ;
	color:#ffffff ;
}

.pageall{
	background-color: #ffffff ; 
	position: relative;
	padding-bottom: 200px;
	box-sizing: border-box;
}

.endname {
	font-size:18pt ;
	font-weight:bold ;
	line-height:150% ;
	color:#ffffff ;
}

/* Main __________________________________ */

body {
	background-color: #ffffff ; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:10pt ;
	line-height:150% ;
	color:#555555 ;
	animation: fadeIn 2s ease 0s 1 normal;
   	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}

}

tr,td,th {
	text-align:left;
	font-size:10pt ;
	line-height:150% ;
	color:#555555 ;
}

a {
	color:#111111 ;
	text-decoration:none;
}

a:hover {
	color:#111111;
}

.toplogo {
	height: 80px;
	width: 100%;
	background-color: #000000 ; 
	background-image: url(../img/topbk.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.topnews {
	width: 100%;
	background-color: #e0e8ff ; 
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
}

.topzoom {
	width: 100%;
	background-color: #ffdcc0 ; 
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
}


.toptj {
	width: 150px;
	height: 150px;
	background-color: #ccddff ; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.toptm {
	width: 150px;
	height: 150px;
	background-color: #ccddff ; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	text-align:center;
	vertical-align:middle;
}


.toptxt {
	width: 180px;
	border: solid 1px #ccddff ; 
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	vertical-align:middle;
}


.toptxme {
	width: 40px;
	background-color: #33a9ff ; 
	border: solid 1px #33a9ff ; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	vertical-align:middle;
}


.toptxma {
	width: 200px;
	border: solid 1px #ccddff ; 
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 10px 15px;
	font-size: 12px;
	text-align:center;
	vertical-align:middle;
}




/* Pagetop __________________________________ */

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
	z-index: 80;
}

.pagetop a {
    display: block;
    background-color: #eeeeee;
    text-align: center;
    color: #333333;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
border:solid 1px #cccccc; 
border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
}

.pagetop a:hover {
    display: block;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
border:solid 1px #cccccc; 
border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
}

