body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #fff;
/*    background-image: url(pic/bg.gif);
    background-position: top;
    background-repeat: repeat-x;
    text-align: center; */
}
/********************* ЗАГОЛОВКИ ******************************/
h1, #text h1{
	font-size: 15pt;
    margin: 2px;
	padding: 3px 15px 3px 5px;
	color: #e84a11;

}
h2, #text h2{
	font-size: 14pt;
	padding: 3px 15px 3px 5px;
    margin: 2px;
	color: #717171;
}
h3, #text h3{
	color: #e84a11;
	font-size: 13pt;
    margin: 2px;
	padding: 3px 15px 3px 5px;

}
h4, #text h4{
	padding: 3px 15px 3px 5px;
    margin: 2px;
	font-size: 12pt;
	color: #717171;
}
h5, #text h5{
	font-size: 11pt;
    margin: 2px;
	padding: 3px 15px 3px 5px;
	color: #e84a11;
}
h6, #text h6{
	font-size: 10pt;
    margin: 2px;
	padding: 3px 15px 3px 5px;
	color: #717171;
	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: #4c3428;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: #e84a11;
	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/spisok.jpg);
	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;
}
