body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #fffef0;
    background-image: url(pic/body-bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
}
/********************* ÇÀÃÎËÎÂÊÈ ******************************/
h1, #text h1{
	font-size: 15pt;
    margin-top: 13px;
    margin-bottom: 7px;
	padding: 15px 15px 15px 70px;
    color: #cb4f1f;
    background-image: url(pic/h1.gif);
    background-position: left;
    background-repeat: no-repeat;
}
h2, #text h2{
	font-size: 14pt;
    margin-top: 13px;
    margin-bottom: 7px;
	padding: 15px 15px 15px 70px;
    color: #cb4f1f;
    background-image: url(pic/h2.gif);
    background-position: left;
    background-repeat: no-repeat;
}
h3, #text h3{
	font-size: 13pt;
    margin-top: 13px;
    margin-bottom: 7px;
	padding: 15px 15px 15px 70px;
    color: #cb4f1f;
    background-image: url(pic/h3.gif);
    background-position: left;
    background-repeat: no-repeat;
}
h4, #text h4{
	font-size: 12pt;
    margin-top: 13px;
    margin-bottom: 7px;
	padding: 15px 15px 15px 70px;
    color: #cb4f1f;
    background-image: url(pic/h4.gif);
    background-position: left;
    background-repeat: no-repeat;
}
h5, #text h5{
	font-size: 11pt;
    margin-top: 13px;
    margin-bottom: 7px;
	padding: 15px 15px 15px 70px;
    color: #cb4f1f;
    background-image: url(pic/h5.gif);
    background-position: left;
    background-repeat: no-repeat;
}
#menu_top h5, #menu_middle h5{
  margin: 0;
  padding: 0;
  background-image: none;
}


h6, #text h6{
	font-size: 10pt;
    margin-top: 13px;
    margin-bottom: 7px;
	padding: 15px 15px 15px 70px;
    color: #cb4f1f;
    background-image: url(pic/h6.gif);
    background-position: left;
    background-repeat: no-repeat;
}
/******************** ÀÁÇÀÖ ***********************************/
p { 
	font-size: 10pt;
	margin: 0 0  10px 0;
	line-height: 1.3;
}
P:first-line {}
P:first-letter {}
pre {}
/****************** ÑÑÛËÊÀ ************************************/
a{	
	color: #7a0e0d;
}
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: 25px;
  background-color: transparent;
  background-image: url(pic/hr.gif);
  background-repeat: repeat-x;
}