body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #ffecb9;
}
/********************* ÇÀÃÎËÎÂÊÈ ******************************/
h1, #text h1{
	font-size: 15pt;
    margin: 10px;
	padding: 10px;
    color: #cb4f1f;
    background-image: url(pic/h1.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
h2, #text h2{
	font-size: 14pt;
    color: #cb4f1f;
	padding: 10px;
    margin: 10px;
    margin-left: 20px;
    background-image: url(pic/h1.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
h3, #text h3{
	font-size: 13pt;
    color: #cb4f1f;
	padding: 10px;
    margin: 10px;
    margin-left: 30px;
    background-image: url(pic/h1.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
h4, #text h4{
	font-size: 12pt;
    color: #cb4f1f;
	padding: 10px;
    margin: 10px;
    margin-left: 40px;
    background-image: url(pic/h1.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
h5, #text h5{
	font-size: 11pt;
    color: #cb4f1f;
	padding: 10px;
    margin: 10px;
    margin-left: 50px;
    background-image: url(pic/h1.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
#menu_top h5, #menu_middle h5{
  margin: 0;
  padding: 0;
  background-image: none;
}


h6, #text h6{
	font-size: 10pt;
    color: #cb4f1f;
	padding: 10px;
    margin: 10px;
    margin-left: 60px;
    background-image: url(pic/h1.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
/******************** ÀÁÇÀÖ ***********************************/
p { 
	font-size: 10pt;
	margin: 0 0  10px 0;
	line-height: 1.3;
}
P:first-line {}
P:first-letter {}
pre {}
/****************** ÑÑÛËÊÀ ************************************/
a{	
	color: #c35802;
}
a:hover{
  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/li.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{
	border: 1px solid #3f4548;
	background-color: #cdcac8;
	color: #3f4548;
}
/******************* ÄÐÓÃÎÅ ******************************/
hr{
  border:  0 hidden transparent;
  overflow: hidden;
  height: 15px;
  background-color: transparent;
  background-image: url(pic/h1.gif);
  background-repeat: repeat-x;
  width: 90%;
}