body {
  font-family: Arial;
	font-size: 10pt;
	color: #333;
	background-color: #fff;
    background-image: url(pic/body.jpg);
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: repeat-x;
}
/********************* ÇÀÃÎËÎÂÊÈ ******************************/
#text  H1,  H1{
    font-family: Comic Sans MS;
    font-size: 20pt;
    margin: 2px;
	padding: 3px 0 3px 0;
	color: #4f4f4f;

}
#text  H2, H2{
    font-family: Comic Sans MS;
    font-size: 18pt;
	padding: 3px 0 3px 0;
    margin: 2px;
	color: #4f4f4f;
}
#text  H3, h3{
    font-family: Comic Sans MS;
    font-size: 16pt;
  	color: #4f4f4f;
    margin: 2px;
	padding: 3px 0 3px 0;
}
#text  H4, h4{
    font-family: Comic Sans MS;
    font-size: 14pt;
	padding: 3px 0 3px 0;
    margin: 2px;
	color: #4f4f4f;
}
#text  H5, h5{
    font-family: Comic Sans MS;
    font-size: 12pt;
    margin: 2px;
	padding: 3px 0 3px 0;
	color: #4f4f4f;
}
#text  H6, h6{
    font-family: Comic Sans MS;
    font-size: 11pt;
    margin: 2px;
	padding: 3px 0 3px 0;
	color: #4f4f4f;
	font-weight: bold;
}
/******************** ÀÁÇÀÖ ***********************************/
p {
	font-size: 10pt; 
	margin: 0 0  10px 0;
	line-height: 1.3;
}
P:first-line {}
P:first-letter {}
pre {}
/****************** ÑÑÛËÊÀ ************************************/
a{	
	color: #549200;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #549200;
	text-decoration: underline;
}
/****************** ÒÀÁËÈÖÀ ***********************************/
td{
	font-size: 10pt;
	line-height: 1.3;
}
td p{
	font-size: 10pt;
	line-height: 1.3;
}
/****************** ÑÏÈÑÎÊ ************************************/
#text UL{
	list-style-image: url(pic/dots.gif);
	padding: 0;
	margin: 0 0 0 25px;
}
#text OL{
	margin: 0 0 0 30px;
	list-style-image: none;
}
li p{
	padding: 0;
	margin: 0;
}
/****************** ÔÎÐÌÛ ************************************/
FORM{}
input{
}
/******************* ÄÐÓÃÎÅ ******************************/
hr{
	color: #cdcac8;
}