/* Style*/
body { margin: 0; padding: 0; 	background-color: White; color: Black; font-family : Tahoma, Verdana;}
table, img { border: 0; }

/* Ссылки */
a, a:visited { font-family: Tahoma, Verdana; color: #000000; text-decoration: underline; }
a:hover { font-family: Tahoma, Verdana; color: #DA251D; text-decoration : none;}

a.menu, a:visited.menu { /*Меню*/
	color: #000000;	font-weight : bold; text-decoration : underline; }
a:hover.menu  { /*Текущее меню*/
	color: #DA251D;	text-decoration : none; }

/* Ссылки copyright*/
a.copyright { font-size : 8pt; color: #ffffff; }
/*текущая ссылка copyright*/
a:hover.copyright, a:visited.copyright{ font-size : 8pt; color: #ffffff; }

h1 { /*Заголовки*/
	font-size: 16pt; font-weight: bold; margin-top: 10px; margin-bottom: 5px; margin-left: 20px; padding-right: 20px; color: #000000;
	font-family: Tahoma, Verdana; }

h2 { /*Подзаголовки*/	
	font-size: 14pt; font-weight: bold; margin-top: 10px; margin-bottom: 5px; margin-left: 20px; padding-right: 20px; color: #996633;
	font-family: Tahoma, Verdana; }
	
h3 { /*Подзаголовки*/	
	font-size: 14pt; font-weight: bold; margin-top: 10px; margin-bottom: 5px; margin-left: 20px; padding-right: 20px; color: #996633;
	font-family: Tahoma, Verdana; }

h4 { /*прочие заголовки*/ font-size : 12pt; color: #000000;  margin-top: 10px; letter-spacing:16; text-align:right }

h5 { /*прочие заголовки*/ font-size : 12pt; color: #000000;  margin-top: 10px; letter-spacing:16; text-align:center }

/*текст*/
p { font-size: 11pt; font-weight: normal; margin-top: 5px; margin-bottom: 10px; margin-left: 20px; margin-right: 20px; color: #000000;
	font-family : Tahoma, Verdana;	text-align: justify; }
/*Другие параграфы*/
p.menu { font-size: 11pt; font-weight: normal; margin-top: 5px; margin-bottom: 5px; margin-left : 20px; color : #000000; 
	font-family : Tahoma, Verdana; }

P.copyright { /*текст copyright*/
	font-size : 8pt; font-weight : normal; margin-top : 2px; margin-bottom : 5px; margin-left : 20px; color : #ffffff;
	font-family : Tahoma, Verdana; }
	
ul { /*списки*/
	margin-top : 5px; }

hr { /*разделители*/
	height : 2px; width : 80%; }
