body {
  font-family: Arial;
	font-size: 10pt;
	color: #404040;
	background-color: #9ed3f5;
    background-image: url(pic/body-bg.jpg);
    background-position: top left;
	background-size:cover;
    
    background-repeat: no-repeat;
}
/********************* ÇÀÃÎËÎÂÊÈ ******************************/
#text  H1,  H1{
  font-size: 18pt;
    margin: 2px;
	padding: 3px 0 3px 0;
	color: #ef8e4d;

}
#text  H2, H2{
  font-size: 17pt;
	padding: 3px 0 3px 0;
    margin: 2px;
	color: #406a89;
}
#text  H3, h3{
  font-size: 16pt;
  	color: #406a89;
    margin: 2px;
	padding: 3px 0 3px 0;
}
#text  H4, h4{
  font-size: 14pt;
	padding: 3px 0 3px 0;
    margin: 2px;
	color: #406a89;
}
#text  H5{
  font-size: 10pt;
      margin: 2px;
	padding: 3px;
	background-color:#fefcd1;
	color:#404040;
	font-weight:normal;
	border-radius:3px;
}
h5, h6{
	color: #406a89;
	font-weight:bold;
}


#text  H6{
  font-size: 10pt;
      margin: 2px;
	padding: 3px;
	background-color: #e8f4fa;
	color:#404040;
	font-weight:normal;
	border-radius:3px;
}
/******************** ÀÁÇÀÖ ***********************************/
p { 
	font-size: 10pt; 
	margin: 0 0  10px 0;
	line-height: 1.3;
}
P:first-line {}
P:first-letter {}
pre {}
/****************** ÑÑÛËÊÀ ************************************/
a{	
	color: #787b7d;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #787b7d;
	text-decoration: underline;
}
a:visited{
	color:#a8aaab;
	text-decoration: none;
}
/****************** ÒÀÁËÈÖÀ ***********************************/
td{
	font-size: 10pt;
	line-height: 1.3;
}
td p{
	font-size: 10pt;
	line-height: 1.3;
}
/****************** ÑÏÈÑÎÊ ************************************/
#text UL{
	list-style-image: url(pic/dotssm.png);
	padding: 0;
	margin: 0 0 3px 30px;

}
#text UL Li{
    margin: 0;
}


#text OL{
	margin: 0 0 0 35px;
	list-style-image: none;
}
li p{
	padding: 0;
	margin: 0;
}
/****************** ÔÎÐÌÛ ************************************/
#search form{
margin: 2px 0 0 0;
padding:5px 0 5px 0;
width:220px;
}
input{
}
/******************* ÄÐÓÃÎÅ ******************************/
hr{
	color: #cdcac8;
}