/*=(===============================================================)*/

/*=(===============================================================)*/
/*=(Created with RoboEditor.)=======================================*/
/*=(===============================================================)*/


/*begin-old-version{{*/

/*----------------------------------------------------------------------------*/
/* -----------------------   Общие стили     --------------------------*/
/*----------------------------------------------------------------------------*/
body 
{
	font-family: Arial;
	background-color: #ffffff;
	font-size: 9pt;
}

/* --------------------   Основное заглавие    ----------------------*/
h1 
{
	font-family: Arial;
	font-weight: bold;
	margin-top: 6pt;
	margin-bottom: 12pt;
	font-size: 11pt;
	color: #0A3A7A;
}

/* -------------  Второстепенное заглавие    -----------------*/
h2 
{
	font-family: Arial;
	font-weight: bold;
	margin-top: 6pt;
	margin-bottom: 8pt;
	font-size: 10pt;
	color: #0B3D7A;
}

/* ---------------------   Основной текст    ------------------------*/
p
{
	font-family : Arial;
	text-align : justify;
	color : Black;
	font : smaller;
    font-size: 9pt;
}

/* -------------------------   Выделение    ----------------------------*/
b
{
	font-style : italic;
}

/* -----------------------  Ссылка обычная    ------------------------*/
/*	color : #397318; */
/*text-decoration: underline;*/
a:link 
{
	font-style : italic;
	font-weight: bold;
	color : #24603C;
}

/* --------------------  Посещенная ссылка   ----------------------*/
a:visited
{
	font-style : italic;
	font-weight: bold;
	color : #24603C;
}

/* -------------------  Ссылка под курсором   ---------------------*/
a:hover 
{
	font-style : italic;
	font-weight: bold;
	color : #348B57;
}

/* -----------  Ссылка под нажатым курсором   --------------*/
a:active
{
	font-style : italic;
	font-weight: bold;
	color : #24603C;
}

/* -------------------------------- Список   ------------------------------*/
ul
{
	font-family : Arial;
	text-align : justify;
	font : smaller;
	font-size: 8pt;
	color : Black;
	font-style : italic;
}

/* --------------------  Нумерованный список   -------------------*/
ol
{
	font-family : Arial;
	text-align : justify;
	font : smaller;
	font-size: 8pt;
	color : Black;
	font-style : italic;
}

/* ------------------------- Верхний индекс   -------------------------*/
sup
{
	font-size: 9pt;
}

/* ------------------------- Нижний индекс   -------------------------*/
sub
{
	font-size: 9pt;
}

/* ------------------------------  Символ   ------------------------------*/
font.symbol
{
	font-family : Symbol;
	font-size: 11pt;
}



/*----------------------------------------------------------------------------*/
/* ------------  Стиль коментариев и формул    --------------*/
/*----------------------------------------------------------------------------*/
p.center
{
	font-family : Arial;
	text-align : center;
	color : Black;
	font : smaller;
	font-size: 8pt;
	font-style : italic;
}

/* ------------------------- Верхний индекс   -------------------------*/
sup.center
{
	font-size: 7pt;
}

/* ------------------------- Нижний индекс   -------------------------*/
sub.center
{
	font-size: 7pt;
}

/* ------------------------------  Символ   ------------------------------*/
font.centersymbol
{
	font-family : Symbol;
	font-style : italic;
}



/*----------------------------------------------------------------------------*/
/* ---------------   Дополнительные стили     ------------------*/
/*----------------------------------------------------------------------------*/

/* ---------------   Шрифт заголовка таблици   ---------------*/
font.TableHead
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #0B3D7A;
}

/* ----------------   Шрифт текста таблици   ----------------*/
font.TableLine
{
	font-family: Arial;
	font-size: 8pt;
	color : Black;
	font-style : italic;
}

/* --------------   Выделенный текст таблици   -------------*/
font.TableBold
{
	font-family: "MS Sans Serif";
	font-weight: bold;
	font-size: 8pt;
	color: #000064;
}

font.TableBoldLight
{
	font-family: "MS Sans Serif";
	font-weight: bold;
	font-size: 8pt;
	color: #0B3D7A;
}

/* -----------------------  Ссылка обычная    ------------------------*/
/*	color : #397318; */
/*text-decoration: underline;*/
a.mail:link 
{
	font-family: "MS Sans Serif";
	font-weight: bold;
	font-style : normal;
	font-size: 8pt;
	color: #000064;
	text-decoration: none;
}

/* --------------------  Посещенная ссылка   ----------------------*/
a.mail:visited
{
	font-family: "MS Sans Serif";
	font-weight: bold;
	font-style : normal;
	font-size: 8pt;
	color: #000064;
	text-decoration: none;
}


/* -------------------  Ссылка под курсором   ---------------------*/
a.mail:hover 
{
	font-family: "MS Sans Serif";
	font-weight: bold;
	font-style : normal;
	font-size: 8pt;
	color: #000064;
	text-decoration: underline;
}

/* -----------  Ссылка под нажатым курсором   --------------*/
a.mail:active
{
	font-family: "MS Sans Serif";
	font-weight: bold;
	font-style : normal;
	font-size: 8pt;
	color: #000064;
	text-decoration: underline;
}





/* -----------  Footer staff   --------------*/

.bot 
{
    clear:both;
	float:left;
	width:530px;
	margin:0 auto;
	padding: 6em 0 4em 0;

	text-align: center;
	font-size: 0.75em;
	color: #888888;
	font-family:Helvetica,Arial,sans-serif;
}

.bot a {
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
}

.bot a:link, .bot a:visited {
	color:#6B7B95;
}

.bot a:hover, .bot a:active, .bot a:focus {
	color:#E79D35;
}


.bot:after { /* Is used to correct close div with float inner stuff */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
