@import "lightbox.css";
@import "mon.css";

body
{
	background-image: url('../images/fon_rggru.jpg'); 
/* 	background-image: url('../images/fon0.jpg'); */
 	background-repeat: no-repeat; 
        background-position: 10px 20px ; 
/*     	background-color: #0099dd;*/
/*      background-color: #ffffff;*/
/*	color: white;*/
/*	font-size: 15pt; */

}

/* Menu unvisited links*/

a { 
        text-decoration: none; /* Убираем подчеркивание у ссылок */
}

a:link
{
	text-decoration: none;
        color: blue;
}
/* Menu visited links*/
a:visited
{
	text-decoration:  underline;
        color: blue; 
}
/* Menu active links (not widely supported)*/
a:active
{
	text-decoration: none;
}
/* Menu links when hovered over (MSIE only)*/
a:hover
{
	text-decoration:  underline;
	color: blue;
        
}

/* Основной заголовок */
.topheader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #ffffff; 
        font-weight: bold;
        filter: DropShadow(Color="#602020",OffX="1",OffY="1",Positive="1")
}

/* Левое меню */
.leftmenu {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
        text-decoration: none;
	color: red; 
        text-align:center;
        font-weight: bold;
	filter: DropShadow(Color="#602020",OffX="1",OffY="1",Positive="1")
}

/* Левое меню */
.leftmenu1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
        text-decoration: none;
	color: red; 
        text-align:center;
        font-weight: bold;
	filter: DropShadow(Color="#602020",OffX="1",OffY="1",Positive="1")
}


/* Заголовок */
.header {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
        text-decoration: none;
        text-align:center;
	color: #1e1d23; 
        filter: DropShadow(Color="#602020",OffX="1",OffY="1",Positive="1")	
}

/* Газетный заголовок */
.top {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 25pt; 
	color: red; 
        font-weight: bold;
        text-align:center;
        filter: DropShadow(Color="#602020",OffX="1",OffY="1",Positive="1")
}

/* Подзаголовок */
.header1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13pt; 
        text-decoration: none;
	color: #f6f4dc; 
        font-weight: bold;
        text-indent:5pt;
        text-align:center;
	filter: DropShadow(Color="#602020",OffX="1",OffY="1",Positive="1")
}

/* Основной текст */
.toptext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
        text-decoration: none;
	text-align:justify;
	color: Black; 
/*	filter: DropShadow(Color="#602020",OffX="1",OffY="1",Positive="1")*/
}

/* Дополнительный текст */
.doptext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
        text-decoration: none;
        text-align:justify;
	color: Black; 
	filter: DropShadow(Color="#602020",OffX="1",OffY="1",Positive="1")

}

/* Текст на первой странице*/
.texthed {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
        text-decoration: none;
        text-align:right;
	color: Black; 
	filter: DropShadow(Color="#602020",OffX="1",OffY="1",Positive="1")
}

/* Нижний текст */
.texthedv {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
        text-decoration: none;
        text-align:left;
	color: #ffffff; 
	filter: DropShadow(Color="#602020",OffX="1",OffY="1",Positive="1")
}

</body>
