/* base.css */
@import "iebase.css";
BODY {
/*	font: small cursive, serif; */
	font-family: serif, cursive;
	text-align: left;
	background: #FFEFD6;
	color: #000;
	line-hight: 1.2;
/*	font-size: small; */
}
H1 {
	text-align: left;
	font-size: 150%;
	font-weight: 900;
	border-width: 0.5em 0em 0.06em 1.2em;
	border-style: groove none groove groove;
	border-color: #0099CC;
	background: #AEF;
}
H2 {
	text-align: left;
	font-size: 120%;
	font-weight: 900;
	border-width: 0.4em 0em;
	border-style: solid;
	padding: 0.3em 0em;
	margin: 0.5em 0em;
	border-color: #0099CC;
	width: 98%;
}
H3 {
	text-align: left;
	font-size: 110%;
	font-weight: 900;
	border-width: 0em 0em 0.2em;
	border-style: dotted;
	border-color: #0099CC;
}
H4 {
	text-align: left;
	font-size: 105%;
	font-weight: 900;
	text-decoration: underline;
}
H5 {
	text-align: left;
	font-size: 100%;
	font-weight: 900;
}
HR {
	display: none;
}
DIV {
	border-style: solid;
	border-color: #0099CC;
}
BLOCKQUOTE {
	font-family: "ÅùÉýÌÀÄ«", monospace;
	margin: 1em 2em;
	color: #184B81;
	border-color: #0099CC;
	border-style: solid;
	border-width: 0em 0.5em;
	padding: 0em 1em;
}
PRE {
	margin: 0em;
	padding: 0em;
}
FORM {
	background: #FFEFD6;
	border-width: 0.1em;
	border-style: solid;
	padding: 0.3em 0.5em;
	margin: 0.5em 0.5em;
	border-color: #0099CC;
}
UL {
	list-style-type: circle;
}
.BLOCK {
	border-width: 0.3em 0em 0em 0em;
	margin: 0em 0.5em 0.5em 0em;
	padding: 1em 0em 0em 0em;
}
.HEADER {
	text-align: right;
	font-size: 64%;
	border-width: 0em 0em 0.1em 0em;
	border-style: none none solid none;
	width: 98%;
	border-color: #000;
}
.FOOTER {
	font-size: 80%;
	border-width: 0.1em 0em 0em 0em;
	border-style: solid none none none;
	width: 98%;
	border-color: #000;
}
.NEXT {
	background: #AAAAAA;
	text-align: right;
	float: right;
}
.PREV {
	background: #AAAAAA;
	float: left;
	text-align: left;
}
.CLEAR {
	clear: both;
}
.TCENTER {
	text-align: center;
}
.RESDATA {
	text-align: center;
	font-size: 125%;
	color: #048;
	padding: 0.8em 0em 0.5em 0em;
	margin: 0.5em 0em;
	width: 70%;
	border-width: 0.2em;
}
.RESDATA FONT {
	font-size: 100%;
}
.CHUUI {
	font-color: #FA4E19;
}
.CHUUI B {
	font-color:  #FF0000;
	font-style: bold;
	background-color: cyan;
}
FONT.SMALL {
	font-size: 75%;
}
FONT.SMALL1 {
	font-size: 85%;
}
FONT.G3BW
{
	color: #0099CC;
}
FONT.G3BW:before, FONT.G3BW:after {
	content: "¢¡";
}