/* common css elements define */
body {
	color: #666b52;
	font-size: 9pt;
	font-family: "ËÎÌå";
	SCROLLBAR-FACE-COLOR: #f2f5e4; 
	SCROLLBAR-HIGHLIGHT-COLOR: #6c6c90;
	SCROLLBAR-SHADOW-COLOR: #fcfcfc; 
	SCROLLBAR-3DLIGHT-COLOR: #fcfcfc; 
	SCROLLBAR-ARROW-COLOR: #240024; 
	SCROLLBAR-TRACK-COLOR: #F2F2EA; 
	SCROLLBAR-DARKSHADOW-COLOR: #48486c; 
	SCROLLBAR-BASE-COLOR: #fcfcfc; 
}
p {
	font-size: 9pt;
}
tr,td,table {
	font-size: 9pt;
	line-height: 13pt;
}

li {
	font-size: 9pt;
	margin-left:0pt;
}
ul {
	font-size: 9pt;
	margin-left: 20pt;
}

input,textarea,select{
	color:#000000 ;
	font-size: 9pt;
	background-image: url("./images/input.gif");
	border-bottom: #666b52 1px solid; 
	border-left: #666b52 1px solid; 
	border-right: #666b52 1px solid; 
	border-top: #666b53 1px solid; 
}

a {
	text-transform: none;
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}

a.q:link {
	font-family: "ËÎÌå";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.q:hover {
	font-family: "ËÎÌå";
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
a.q:visited{
	font-family: "ËÎÌå";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}



