/***core***/
BODY
{
	PADDING-RIGHT : 0px;
	PADDING-LEFT : 0px;
	PADDING-BOTTOM : 0px;
	PADDING-TOP : 0px;
	FONT-SIZE : 11pt;
	MARGIN : 0px;
	COLOR : black;
	FONT-FAMILY : Tahoma, Comic Sans MS, Courier New;
	BACKGROUND-COLOR : white;
	SCROLLBAR-BASE-COLOR : black;
	SCROLLBAR-TRACK-COLOR : black;
	SCROLLBAR-HIGHLIGHT-COLOR : white;
	SCROLLBAR-3DLIGHT-COLOR : black;
	SCROLLBAR-SHADOW-COLOR : white;
	SCROLLBAR-DARKSHADOW-COLOR : black
	SCROLLBAR-ARROW-COLOR : white;
}
TABLE
{
	border : 0px;
}
P
{
	margin-top: 0px;
	margin-bottom: 6px;
	text-indent:20px;
}
A
{
	text-decoration : none;
	CURSOR : hand;
}
DIR
{
	margin-top:2px;
	margin-right:0px;
	margin-bottom:2px;
	margin-left:20px;
}
UL
{
	margin-top:2px;
	margin-right:0px;
	margin-bottom:2px;
	margin-left:20px;
}
OL
{
	margin-top:2px;
	margin-right:0px;
	margin-bottom:2px;
	margin-left:27px;
}
img
{
	border:0px;
}
.textarea
{
	font-family:arial, Courier New;
	font-size:10pt;
	color:black;
	width:100%;
	height:100%;
}
.input
{
	font-family:Tahoma, Comic Sans MS, Courier New;
	font-size:10pt;
	border:1px solid white;
	color:white;
	background:none;
}
.label
{
	font-family:Tahoma, Comic Sans MS, Courier New;
	font-size:9pt;
	color:white;
}
.labelBold
{
	font-family:Tahoma, Comic Sans MS, Courier New;
	font-size:10pt;
	color:white;
	font-weight:bold;
}

/***private***/

/*Заголовок раздела на главной странице*/
.partLabel
{
	font-family:Tahoma, Comic Sans MS, Courier New;
	font-size:10pt;
	color:white;
	line-height:36px;
	text-decoration:none;
}

/*Название раздела в меню разделов*/
.partName
{
	font-family:Tahoma, Comic Sans MS, Courier New;
	font-size:10pt;
	color:white;
	line-height:24px;
	text-decoration:none;
}
.partName:hover
{
	border-bottom:1px dotted white;
}

/*Название страницы (внизу)*/
.pageName
{
	font-family:Tahoma, Comic Sans MS, Courier New;
	font-size:9pt;
	color:white;
	line-height:24px;
	text-decoration:none;
}
.pageName:hover
{
	border-bottom:1px dotted white;
}

/*Постраничный вывод*/
.paging
{
	font-family:Tahoma, Comic Sans MS, Courier New;
	font-size:9pt;
	color:white;
	text-align:center;
}