Font {
 font-family:		Arial, Verdana, Helvetica, sans-serif, Curier;
 font-size:		12px;	}
.text
{ font-size:		14px;
 color:          		black;}
 .textred
{ font-size:		14px;
 color:          		red;}
.header
{ font-size:		16px;
   font-weight:		bold;
   color:		red;}
.textbold{
font-size:		13px; 
font-weight:		bold;
color:          		black;}
.bottom-href{font-size:		11px; 
font-weight:		bold;}
td, th { font-family:		Arial, Verdana, Helvetica, sans-serif;
 font-size: 		12px;}
.bottom1{
 font-family:		Curier;
 color:			black;
 font-size:		10px;}
.text{
 font-size:		14px;
 color:          		black;}
 .red{
  font-size:		13px; 
 font-weight:		bold;
 color:			red;
 }
a{
 font-size:		13px; 
 font-weight:		bold;
 color:			navy;
 text-decoration:	none;
}
a:hover {	color: red;/*color: #CC3333;*/ text-decoration: none;}
h1{ color:			black;
  font-size:		16px;}
h4{  font-size:		13px;}
h5{  font-size:		115%;}
h3
{
	font-size:		15px;
	font-weight:		bold;
  	text-decoration:	none;
}
pre{
	margin:	0;
	padding:	0;
	font-family:		Arial, Verdana, Helvetica, sans-serif, Curier;
}
.footer{ font-size:		10px;}
.top-adm{
 	color: 			#FFCC00;
	text-decoration: 	none;
 	font-size:		16px;
 	font-weight:		bold;
 	font-family:		Curier;}

/*----Распечатка----------------------------------------*/
@media print {p {color: black;}}
/*-------Цвет фона в инпутах форм----------------------------------------*/
input {background: #D7D7D7; /* Цвет фона */}
textarea {background: #D7D7D7; /* Цвет фона */}
select{background: #D7D7D7; /* Цвет фона */}
/*-----------------------------------------------------*/
colomn_header {	margin: 0;
	padding: 0;
	list-style: none;
	width: 780px;
	border-bottom: 1px solid #ccc;
	/*position: relative;*/
	color: red;
	background-image: url("images/news.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}	

hh {	
	background-image: url("../images/news.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/*--------------------------------*/
.menu{

font-weight: bold;
}
 /*Add margin between menu and rest of content in Firefox*/
menu:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menu ul{
border: 1px solid #BBB;
width: 100%;
background: url(images/chromebg5.gif)  center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
margin-bottom:5px;/*my change*/
text-align: center; /*set value to "left", "center", or "right"*/
}

.menu ul li{
display: inline;
}

.menu ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.menu ul li a:hover{
background: url(images/chromebg5-over.gif) center repeat-x; /*THEME CHANGE HERE*/
}