/* MAIN __________________________________ */
body {
	background-color: #ffffff ;
	margin: 0px;
	padding: 0px;
	font-size:10pt ;
	line-height:150% ;
}

tr,td {
	text-align:left;
	font-size:10pt ;
	line-height:150% ;
}

a {
	color:#000000 ;
	text-decoration:none;
}

.pageall{
    min-height: 40vh;
    position: relative;
    padding-bottom: 60px;
    box-sizing: border-box;
}

footer{
	z-index: 80;
	width: 100%;
	background-color: #0000cc ;
	padding: 0px;
	font-size:12pt ;
	text-align:center;
	color:#ffffff ;

	margin: 0px;
	padding: 10px 0px 20px 0px ;

	position: absolute;
	bottom: 0;
}

footer a {
	color:#ffffff ;
}

#header {
	width: 100%;
	background-color: #ffffff ;
	margin: 0px;
	padding: 0px;
	height: 65px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
}

#content{
	margin: 0px;
	padding: 65px 0px 0px 0px ;
}

/* Top __________________________________c */

.toplogo {
	width: 100%;
	height: 40px;
	background-image: url(../img/topbk.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Top Title __________________________________ */

.topmozi {
	font-weight:normal;
	font-size:12pt ;
	color:#000000 ;
}

.marua {
	margin: 6px 6px 6px 0px;
	font-size:9pt ;
	color:#3333ee ;
}

.marub {
	margin: 6px 6px 6px 0px;
	font-size:9pt ;
	color:#ee3333 ;
}

.tatitle{
	width:320px ;
	background-color: #f5fff5 ;
	border: dashed 1px #00cc00 ; 
	border-radius: 4px;
	padding: 6px;
	text-align: center;
	font-size:10pt ;
	color:#000000 ;
}

.tatitle b {
	text-align: center;
	font-weight:normal;
	font-size:12pt ;
	color:#000000 ;
}

.tbtitle{
	width:320px ;
	background-color: #f0f5ff ;
	border: dashed 1px #5555ff ; 
	border-radius: 4px;
	padding: 6px;
	text-align: center;
	font-size:10pt ;
	color:#000000 ;
}

.tbtitle b {
	font-weight:normal;
	font-size:12pt ;
	color:#000000 ;
}

.tctitle{
	width:320px ;
	background-color: #fff3f9 ;
	border: dashed 1px #ff0066 ; 
	border-radius: 4px;
	padding: 6px;
	text-align: center;
	font-size:10pt ;
	color:#000000 ;
}

/* Top End Menu News _________________________________c */

.subblu {
	background-color: #f0f0ff ; 
	border: solid 1px #ccccff ; 
	border-radius: 6px;
	font-size:14px ;
	line-height:16px ;
	color:#0000cc;
	margin: 6px;
	padding: 16px;
	}

.subred {
	background-color: #ffe6dc ; 
	border: solid 1px #e0cdbc ; 
	border-radius: 6px;
	font-size:13px ;
	line-height:16px ;
	color:#cc3333;
	margin: 6px;
	padding: 10px;
	}

.subore {
	background-color: #fff0cc ; 
	border: solid 1px #ff9900 ; 
	border-radius: 6px;
	font-size:13px ;
	line-height:16px ;
	color:#cc3333;
	margin: 6px;
	padding: 10px;
	}

.subred {
	background-color: #ffe6dc ; 
	border: solid 1px #e0cdbc ; 
	border-radius: 6px;
	font-size:13px ;
	line-height:16px ;
	color:#cc3333;
	margin: 6px;
	padding: 10px;
	}

.subkan {
	background-color: #0044dd ; 
	border: solid 1px #0022dd ; 
	border-radius: 4px;
	font-size:12px ;
	color:#0044dd;
	}


/* Back Top __________________________________ */
.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #333333;
    font-size: 11px;
    text-decoration: none;
    padding: 4px 4px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
border:solid 1px #aaaacc; 
border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
}

.pagetop a:hover {
    display: block;
    background-color: #ccccee;
    text-align: center;
    color: #000000;
    font-size: 11px;
    text-decoration: none;
    padding: 4px 4px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
border:solid 1px #aaaacc; 
border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
}


/* adall __________________________________ */

.alltit {
	background-color: #0066cc ;
	text-align:center;
	color:#ffffff;
	}

.allatit {
	background-color: #009933 ;
	text-align:center;
	color:#ffffff;
	}

.allbtit {
	background-color: #0044dd ;
	text-align:center;
	color:#ffffff;
	}

.allctit {
	background-color: #ff4400 ;
	text-align:center;
	color:#ffffff;
	}

.alldtit {
	background-color: #ddaa66 ;
	text-align:center;
	color:#ffffff;
	}

.alletit {
	background-color: #00dddd ;
	}

.allatd {
	background-color: #eeeeff ;
	}

.allartd {
	background-color: #eeeeff ;
	text-align: right;
	}

.allbtd {
	background-color: #ddddff ;
	}

.allbrtd {
	background-color: #ddddff ;
	text-align: right;
	}




