@charset "utf-8";
/* CSS Document */

IMG { BEHAVIOR: url('/Includes/pngbehavior.htc') }

body
{
	background-color:White;
	margin:5px;
	color:#000000;
}
body, td
{
	font-family:"Times New Roman";
	font-size:14px;
}

a
{
	color:#3B5EAB !important;
	text-decoration:underline;
}
.p
{
}
a:hover
{
	color:#AA0000!important;
	text-decoration:underline;
}

div.Content
{
	font-family:"Times New Roman";
	font-size:14px;
	color:#000000;
}
ul li
{
padding-bottom:5px;

}
P
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Контент */
/***********/
.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
/* Основной */
.ContentBase
{
	font-family:"Times New Roman";
	font-size:14px;
	color:#000000;
}
/* Заголовок раздела */
.ContentPartTitle
{
	font-family:Tahoma;
	font-size:25px;
	color:#AB0000;
}
/* Заголовок подраздела */
.ContentSubPartTitle
{
	font-family:Tahoma;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
/* Дополнительный текст */
.ContentText
{
	font-family:Tahoma;
	font-size:14px;
	color:#000000;
}
/* Уменьшенный Дополнительный текст */
.ContentText1
{
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
}
/* Уменьшенно-утолщенный Дополнительный текст */
.ContentText2
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
/* Уменьшенный серый Дополнительный текст */
.ContentGrayText
{
	font-family:Tahoma;
	font-size:12px;
	color:#404449;
}
/* Мелкий текст */
.ContentSmallText
{
	font-family:Tahoma;
	font-size:9px;
	color:#000000;
}
/* Мелкий серый текст */
.ContentSmallGrayText
{
	font-family:Tahoma;
	font-size:9px;
	color:#404449;
}


