.bgrpage
{
	background-image: url(images/bgr.jpg);
	background-repeat: repeat-x;
}
.head
{
	background-image: url(images/head.gif);
	background-repeat: no-repeat;
}
.midlle
{
	background-image: url(images/midlle.gif);
	background-repeat: no-repeat;
}
.bgrinfo
{
	background-image: url(images/bgrinfo.gif);
	background-repeat: repeat-y;
}
.footer
{
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
.triada
{
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.gray
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.Color
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	color: #293c65;
}
.ColorSubMenu
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
	color: #293c65;
}
.ColorSubMenuSelected
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	color: #293c65;
}

a
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
	color: #293c65;
}
.tbox
{
	font: 11px Verdana, Areal, sans-serif;
	color: #333333;
	background-color: #FfFfFf;
	border: 1px solid #B9B9B9;
}

.ddown
{
	font: 11px Verdana, Areal, sans-serif;
	color: #333333;
	background-color: #FfFfFf;
	border: 1px solid #B9B9B9;
}
.btn
{
	font: 11px Verdana, Areal, sans-serif;
	color: #000000;
	background-color: #c9c9c9;
	border: 1px solid #B9B9B9;
}
.pageLinks
{
	padding-left: 10px;
}

.custom
{
	font-family: Arial;
	font-size: 12px;
	/*line-height: 1.33;*/
	padding: 4px;
}

.custom
{
	background-color: #EDEDED;
}

.custom a
{
	/* replace */
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	color: #293c65;
}
.custom h4
{
	display: block;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #293c65;
	padding: 0px;
	margin: 0px;
}

.justify
{
	font-family: Arial;
	font-size: 12px;
	/*line-height: 1.33;*/
	padding: 4px;
}

.justify
{
	background-color: #EDEDED;
}

.justify a
{
	/* replace */
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	color: #293c65;
}
.justify h4
{
	display: block;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #293c65;
	padding: 0px;
	margin: 0px;
}

.justify p
{
	text-align:justify;
		display: block;
	margin: 0.83em 0;
	padding: 0px;

	}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Стиловото множество представено по-долу е базирано на 
"A sample style sheet for HTML 4.0" от препоръките на W3C и предефинира
стила на повечето HTML тагове генерирани от Rich Editor.

За постигане на максимална съвместимост между визията на сайта и тази
предлагана от Rich Editor е необходимо да спазвате следните препоръки:
1. В css-a на сайта дефинирайте клас, който ще определя стила на съдържанието
(основен текст) генерирано от Rich Editor. В този клас определете основните
характеристики на текста като - шрифт, размер, цвят и при необходимост 
височина на линията(line-height). Не дефинирайте изрично характеристики определящи
"начертанието" (font-weight, font-style, text-decoration, text-align ...) тъй като
тези характеристики на текста се моделират от Rich Editor с помощта на HTML(
редакторът създава тагове като <B>,<STRONG>,<I>,<EM>,<U>,<STRIKE>,<SUB>,<SUP> и др.)
2. Приложете класа на областта в която ще се извежда текста. Най-удачно е да използвате 
контейнер <DIV class="myclass">...</DIV>
3. Приложете дефиницията на класа в тялото на класа .content от този файл,
както е описано по-долу.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
DEFAULT text
Дефиницията по-долу определя стила на основния текст. 
Ако css-a на сайта дефинира стил за основния текст, 
поставете тази дефиницията в тялото на класа по-долу.
*/
.content
{
	font-family: Arial;
	font-size: 12px;
	/*line-height: 1.33;*/
	padding: 4px;
}
/* BACKGROUND.
Ако фона на основния текст в сайта е различен 
добавете подходящите дефиниции на това място.
*/
.content
{
	background-color: #EDEDED;
}

/* HYPERLINKS
Следващите 5 дефиниции са по избор.
Ако в css-a на сайта са дефинирани стилове на връзките(links)
добавете ги на това място
 */
.content a
{
	/* replace */
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	color: #293c65;
}
.content a:active
{
	/* replace */
}
.content a:link
{
	/* replace */
}
.content a:visited
{
	/* replace */
}
.content a:hover
{
	/* undefined */
}

.content address
{
	display: block;
	font-style: italic;
}

/*
 !!! DON'T CHANGE !!!
 не променяйте дефинициите от тук надолу,
 освен ако не се налага ;)
*/
.content b
{
	font-weight: bolder;
}

.content big
{
	font-size: 1.17em;
}

.content blockquote
{
	display: block;
	margin: 1.33em 0;
	margin-left: 40px;
	margin-right: 40px;
}

.content caption
{
	display: table-caption;
	text-align: center;
}

.content cite
{
	font-style: italic;
}

.content code
{
	font-family: monospace;
	font-size: 10pt;
}

.content col
{
	display: table-column;
}

.content colgroup
{
	display: table-column-group;
}

.content dd
{
	display: block;
	margin-left: 40px;
}

.content div
{
	display: block;
}

.content dl
{
	display: block;
	margin: 1.33em 0;
}

.content dt
{
	display: block;
}

.content em
{
	font-style: italic;
}

.content fieldset
{
	display: block;
	margin: 1.33em 0;
}

.content h1
{
	display: block;
	font-size: 2em;
	font-weight: bolder;
	margin: 0.67em 0;
}

.content h2
{
	display: block;
	font-size: 1.67em;
	font-weight: bolder;
	margin: 0.83em 0;
}

.content h3
{
	display: block;
	font-size: 1.33em;
	font-weight: bolder;
	margin: 1em 0;
}

.content h4
{
	display: block;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	color: #293c65;
	padding: 0px;
	margin: 0px;
}

.content h5
{
	display: block;
	font-size: 0.83em;
	font-weight: bolder;
	line-height: 1.17em;
	margin: 1.67em 0;
}

.content h6
{
	display: block;
	font-size: 0.67em;
	font-weight: bolder;
	margin: 2.33em 0;
}

.content head
{
	display: none;
}

.content hr
{
	border: 1px inset;
	display: block;
}

.content i
{
	font-style: italic;
}

.content kbd
{
	font-family: monospace;
	font-size: 10pt;
}

.content li
{
	display: list-item;
}

.content menu
{
	display: block;
	margin: 1.33em 0;
	margin-left: 40px;
}

.content object
{
	display: block;
}

.content ol
{
	display: block;
	list-style-type: decimal;
	margin: 1.33em 0;
	margin-left: 40px;
}

.content ol ol
{
	margin-bottom: 0;
	margin-top: 0;
}

.content ol ul
{
	margin-bottom: 0;
	margin-top: 0;
}

.content p
{
	/*text-align: justify;*/
	display: block;
	margin: 0.83em 0;
	padding: 0px;
}

.content pre
{
	display: block;
	font-family: monospace;
	font-size: 10pt;
	white-space: pre;
}

.content s
{
	text-decoration: line-through;
}

.content small
{
	font-size: 0.83em;
}

.content strike
{
	text-decoration: line-through;
}

.content strong
{
	font-weight: bolder;
}

.content sub
{
	font-size: 0.83em;
	vertical-align: sub;
}

.content sup
{
	font-size: 0.83em;
	vertical-align: super;
}

.content table
{
	display: table;
}

.content tbody
{
	display: table-row-group;
}

.content td
{
	display: table-cell;
}

.content tfoot
{
	display: table-footer-group;
}

.content th
{
	display: table-cell;
	font-weight: bolder;
	text-align: center;
}

.content thead
{
	display: table-header-group;
}

.content tr
{
	display: table-row;
}

.content tt
{
	font-family: monospace;
	font-size: 10pt;
}

.content u
{
	text-decoration: underline;
}

.content ul
{
	display: block;
	margin: 1.33em 0;
	margin-left: 40px;
}

.content ul ol
{
	margin-bottom: 0;
	margin-top: 0;
}

.content ul ul
{
	margin-bottom: 0;
	margin-top: 0;
}

.content var
{
	font-style: italic;
}
