body {
	background-color: White;
	color: Black;
	font-family : Tahoma, Verdana;
	font-size : 10pt;
	color : Black;	
}
div, td,table,tr,li,ol,ul,blockquote  { /*таблица:строки,столбцы,элементы списка,выдеение цитаты*/
	color : #000000;
	font-size : 10pt;
	font-family : Tahoma, Verdana;
}
hr { /*разрыв между обзацами*/
	height : 2px;
	width:80%
}

a, a:visited  { /*ссылка*/
	font-family : Tahoma;
	text-decoration : underline; 
	color:#000000
}
	
a:hover  { /*ссылка выделенная*/
	color : #DA251D;
	font-family : Tahoma, Verdana;
	text-decoration : none;
}

a.menu, a:visited.menu { /*ссылка меню, посещенная*/
	color: #FFFFFF;
	font-family : Tahoma;
	text-decoration : none; font-weight:bold
}
a:hover.menu  { /*ссылка выделенная*/
	color: #FFFFFF;
	font-family : Tahoma, Verdana;
	text-decoration : underline;
}

a.contentCurrentMenu { /*ссылка*/
	margin:5; color: #000000;
	font-family : Tahoma;
	text-decoration : none;
	font-weight : bold; font-size:12pt; line-height:150%; text-align:left
}

a:visited.contentCurrentMenu { /*ссылка,посещенная*/
	color: #000000;
	font-family : Tahoma;
	text-decoration : none;
	font-weight : bold;
	text-decoration : none; 
	font-size:12pt; 
	line-height:150%; 
	margin-left:5; 
	margin-right:5
}

a:hover.contentCurrentMenu { /*ссылка,выделенная*/
	color: #DA251D;
	font-family : Tahoma;
	font-weight : bold;
	text-decoration : underline; 
	font-size:12pt; 
	text-align:left; 
	line-height:150%; 
	margin-left:5; 
	margin-right:5
}

img.a  { /*картинка*/
	border: 0;
}


.form {
	background : #f6f6f6;
}

h1 { /*заголовок1*/
	font-size : 16pt; 
	font-weight : bold;
	color: #007CC3;
	}

h2 { /*заголовок2*/	
	font-size : 14pt; 
	color: #007CC3;	
	}
	
h3 { /*заголовок3*/
	font-size : 12pt; 
	color: #007CC3;	
	}

h4 { /*заголовок4*/
	font-size : 10pt;
	color: #007CC3;
	}
P { /*Стиль простого параграфа*/
	font-size : 10pt;
	font-weight : normal;
	margin-top : 3;
	margin-bottom : 5;
	margin-left : 10;
	color : #000000;
	font-family : Tahoma;text-align:justify; margin-right:10
}

P.menu { /*Стиль текста меню*/
	font-size : 11pt;
	font-weight : normal;
/*	margin-top : 2px;
	margin-bottom : 5px;*/
	margin-left : 5px;
	margin-right : 5px;
	color : #FFFFFF;
	font-family : Tahoma, Verdana; text-align:center
}

P.Header, P.contentHeader { /*парграф заголвка*/
	font-size : 12pt;
	font-weight : bold;
	TEXT-ALIGN: left;
	margin-top : 5px;
	margin-bottom : 2px;
	color : #000000;
	font-family : Tahoma;	
}
P.SubHeader, P.contentSubHeader { /*парграф заголвка*/
	font-size : 10pt;
	font-weight : bold;
	margin-top : 5px;
	margin-bottom : 2px;
	color : Black;
	font-family : Tahoma, Verdana;	
} 

ul { /*не нумерованный список*/
	margin-top : 5px;
}
P.Note { /*Параграф Note*/
	font-size : 9pt;
	font-style : italic;
	font-weight : normal;
	margin-top : 2px;
	margin-bottom : 2px;
	color : Black;
	font-family : Tahoma, Verdana;
}
P.News { /*Параграф News*/
	font-size : 8pt;
	font-weight : normal;
	margin-top : 2px;
	margin-bottom : 5px;
	color : Black;
	font-family : Tahoma, Verdana;
}
P.copyright { /*Параграф copyright*/
	font-size : 8pt;
	font-weight : normal;
	margin-top : 2px;
	margin-bottom : 5px;
	margin-left : 5px;	
	color : #FFFFFF;
	font-family : Tahoma, Verdana;
}

a.page { /*парграф меню текущей страницы*/
	font-size : 10pt;
	font-weight : bold;
	TEXT-ALIGN: left;
	margin-top : 2px;
	margin-bottom : 2px;
	margin-left : 5px;
	color : #DA251D;
	font-family : Tahoma, Verdana;
	text-decoration : underline;
}

a.copyright { /*Ссылка copyright*/
	color : #FFFFFF;
	font-family : Tahoma, Verdana;
	text-decoration : underline;
	font-size : 8pt;
}
a:hover.copyright, a:visited.copyright{ /*Выделенная, посещенная ссылка copyright*/
	color : #FFFFFF;
	font-family : Tahoma, Verdana;
	text-decoration : underline;
	font-size : 8pt;	
}
