@charset "utf-8";
/* CSS Document */

a
{
	color:#000000 !important;
	text-decoration:underline;
}
.p
{
}
a:hover
{
	color:#000000!important;
	text-decoration:underline;
}

a.Special
{
	color:#FFFFFF !important;
	text-decoration:underline;
}

a.Special:hover
{
	color:#000000!important;
	text-decoration:underline;
}

/* контент */

.ContentBase
{
	font-size:12px;
	font-family:Tahoma;
}

.ContentText
{
	font-size:12px;
	font-family:Tahoma;
}

.ContentParagraph
{
	font-family:"Times New Roman";
	font-style:italic;
	font-size:18px;
}
.ContentTxtTitle
{
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
}
.ContentSubTitle
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}
.ContentImageTitle
{
	font-family:Tahoma;
	font-size:10px;
}
