body
	{
		background-color: #613419;   /*цвет фона страницы*/
		scrollbar-face-color:#613419;  /*цвет скрола страницы*/
		scrollbar-track-color:#FFFFFF;  /*цвет дорожки скрола страницы*/
		color:#FFFFFF;
	}
	
.text
	{
		color:#660000;
	}
	
a:hover.text
	{
		color:#cc3333;
	}
.otdeltext
	{
	font-family:arial;
	width:100%;
	height:40px;
	font-size:12px;
	font-variant:small-caps;
	letter-spacing:3px;
	padding:8px;
	border-top-style:solid;
	border-bottom-style:double;
	border-top-width:2px;
	border-color:#FFFFFF;
	color:#FFFFFF;
	}
	
.otdelmenu
	{
		color:#FFFFFF;
	}
	
a:hover.otdelmenu
	{
		color:#ffffcc;
	}
	
.otdelnohref
	{
		color:#ffffcc;
	}
	
a
	{
		text-decoration:none;
		cursor:pointer;	
	}
	
.btt
	{
	width:150px;
	height:30px;
	background-image:url(/img/up_but.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:4px;
	color:#660000;
	font-family: arial;
	font-weight:bold;
	cursor:pointer;
	}
.bttn
	{
	width:150px;
	height:30px;
	background-image:url(/img/up_but.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:4px;
	color:#cc3333;
	font-family: arial;
	font-weight:bold;
	cursor:pointer;
	}
.bttd
	{
	width:150px;
	height:30px;
	background-image:url(/img/d_but.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:4px;
	color:#cc3333;
	font-family: arial;
	font-weight:bold;
	cursor:pointer;
	}
	
.otdeltext
	{
	width:100%;
	height:40px;
	font-size:12px;
	font-variant:small-caps;
	letter-spacing:3px;
	padding:8px;
	border-top-style:solid;
	border-bottom-style:double;
	border-top-width:2px;
	border-color:#FFFFFF;
	color:#FFFFFF;
	}
	
p
	{
	text-indent:2em;
	text-align:justify;
	}
	
li
	{
	list-style-type:circle;
	}
