@charset "utf-8";
/* CSS Document */
#wrapper { background:#FFF;}


   A.content {
	color: #333; /* Цвет ссылок */
	text-decoration: none; /* Убираем подчеркивание */
   }
   A.content:visited {
	color: #333; /* Цвет посещенных ссылок */
   }
   A.content:hover {
    color: red; /* Цвет ссылок при наведении на них курсора мыши */ 
   }
   A.content:active {
	color: #FFF; /* Цвет ссылок при наведении на них курсора мыши */
   }


   
   A.headers {
	color: #FFF; /* Цвет ссылок */
	text-decoration: none; /* Убираем подчеркивание */
   }
   A.headers:visited {
	color: #FFF; /* Цвет посещенных ссылок */
   }
   A.headers:hover {
    color: red; /* Цвет ссылок при наведении на них курсора мыши */ 
   }
 	A.headers:active {
	color: #000; /* Цвет ссылок при наведении на них курсора мыши */
   }
   
   
   
   
.header {
	color: #FFF;
	font-size: small;
	font-family: Arial;
	background-image: url(disign/logo1.gif);
	background-repeat: no-repeat;
}


.plashka_small {
	font-family: Arial;
	font-size: small;
	color: #FFF;
	background-image: url(disign/plashka_small.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
.Sub-header_text_gray {
	font-family: Arial;
	font-size: small;
	color: #000;
	font-variant: small-caps;
	text-align: center;
	vertical-align: text-bottom;
	word-spacing: normal;
	background-image: url(disign/line.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	text-transform: lowercase;
}
.paragraf {
	font-size: small;
	color: #424242;
	font-family: Arial;
}
.header_text {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #333;
}
.footer_plashka {
	font-family: Arial;
	background-image: url(disign/plashka_small_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
	font-size: x-small;
}
.Sub-header_text_gray_bottom {
	font-family: Arial;
	font-size: x-small;
	color: #666;
	text-align: right;
	vertical-align: text-bottom;
	background-image: url(disign/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
}
.star {
	color: #C00;
	font-size: x-small;
	text-align: right;
}

.Cursor_finger {
	cursor: pointer;
}
.info_text {
	font-family: Arial;
	font-size: small;
	color: #030303;
	text-align: justify;
	text-transform: none;
	font-variant: small-caps;
}

