body
{
	background-color:		#FFFFFF;
        margin-top:			5;
        margin-bottom:			5;
        margin-left:			15;
        margin-right:			10;
	color:				#000000;
	padding:			5px;
}

A, A:active, A:visited		/*обычные ссылки*/
{
	color:				#005FA9;
	font-size:			12px;
	text-decoration:		none;
	font-family:			Arial, Helvetica, sans-serif;
}

A:hover, A:visited:hover	/*обычные ссылки при наведении курсора*/
{
	color:				#005FA9;
	font-size:			12px;
	text-decoration:		underline;
	font-family:			Arial, Helvetica, sans-serif;
}

P				/*Отступ в абзацах*/
{
	text-indent:			25px;
}

.text12				/*обычный текст*/
{
	font-size:			12px;
	font-family:			Arial, Helvetica, sans-serif;
}

.text15				/*большой текст*/
{
	font-size:			15px;
	font-family:			Arial, Helvetica, sans-serif;
	text-indent:			25px;
}

table, td
{
	background-repeat:		repeat-x;
}

.describe
{
	color:				#FFFFFF;
	font-size:			small;
	display:			none;
}

h1
{
	font-size:			12px;
	font-family:			Arial, Helvetica, sans-serif;
	font-weight:			bold;
	text-indent:			25px;
}

/*----------------------------Menu-Top-----------------------------*/

#header
{
	float:		left;
	width:		100%;
	background:	url("3.gif") repeat-x bottom;
	font-family:	helvetica, arial;
	font-weight:	bold;
	line-height:	normal;
}

#header ul
{
	margin:		0;
	padding:	0px 5px 0px;
	list-style:	none;
}

#header li
{
	float:		left;
	background:	url("1.gif") no-repeat left top;
	margin:		0;
	padding:	0 0 0 9px;
}

#header a
{
	display:	block;
	background:	url("1.gif") no-repeat right top;
	padding:	4px 8px 5px 0px;
	text-decoration:none;
	color:		#005FA9;
	font-size:	11px;
}

#header #current
{
	background-image:	url("2.gif");
}

#header #current a
{
	background-image:	url("2.gif");
	padding-bottom:		5px;
	text-decoration:	none;
	color:			#000000; 
}

/*----------------------------Menu-Bottom-------------------------------*/

#ender
{
	float:		left;
	width:		100%;
	background:	url("6.gif") repeat-x bottom;
	font-size:	11px;
	font-family:	helvetica, arial;
	font-weight:	bold;
	line-height:	normal;
}

#ender ul
{
	margin:		0;
	padding:	0px 5px 0px;
	list-style:	none;
}

#ender li
{
	float:		left;
	background:	url("4.gif") no-repeat left top;
	margin:		0;
	padding:	0 0 0 9px;
}

#ender a
{
	display:	block;
	background:	url("4.gif") no-repeat right top;
	padding:	4px 8px 5px 0px;
	text-decoration:none;
	color:		#005FA9;
	font-size:	11px;
}

#ender #current
{
	background-image:	url("5.gif");
}

#ender #current a
{
	background-image:	url("5.gif");
	padding-bottom:		5px;
	text-decoration:	none;
	color:			#000000; 
}

