BODY {
	/*	background : #242015; */
	color: #242015;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #362f1f;
	background-image: url(../images/1_45.png);
	font-size: 10px;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
/*	
	scrollbar-base-color: #39548D;
	scrollbar-arrow-color: #FFCC66;
	scrollbar-track-color: #8D9DBD;
*/	
	padding-left: 0px;
	}


/*	отвечает за копирайты в низу */
.cop {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #9f1515;
	font-family: "Times New Roman", Times, serif;
}

/*	отвечает за h1 */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #484848;
	}
	
/*	отвечает зашрифт */
td, tr, p, div {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: Black;
}


	/*	отвечает за ссылки по умолчанию */
a:link, a:visited {
	color: #4e9fe4;
	text-decoration: none;
}

a:hover {
	color: #4e9fe4;
	text-decoration: none;
}



	/*	отвечает за ссылки в контенте */
a.kontent:link, a.kontent:visited {
	color: Black;
	text-decoration: none;
}

a.kontent:hover {
	color: Black;
	text-decoration: none;
}

	/*	отвечает за ссылки новостей */
a.news:link, a.news:visited {
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14;
}

a.news:hover {
	color: Navy;
	text-decoration: none;
	font-weight: bold;
}


	/*	отвечает за ссылку на все новости */
a.allnews:link, a.allnews:visited {
text-align: center;
	color: Red;
	text-decoration: none;
	font-weight: bold;
	font-size: 13;
}

a.allnews:hover {
text-align: center;
	color: Red;
	text-decoration: underline;
	font-weight: bold;
}

	/*	отвечает за ссылку в меню */
a.ssilka-meny:link, a.ssilka-meny:visited {
	color: Black;
	text-decoration: underline;
	font-size: 13;
}

a.ssilka-meny:hover {
	color: Black;
	text-decoration: none;
}


	/*	отвечает за важную ссылку в меню */
a.ssilka-meny-red:link, a.ssilka-meny-red:visited {
	color: Red;
	text-decoration: underline;
	font-size: 13;
}

a.ssilka-meny-red:hover {
	color: Red;
	text-decoration: none;
}


	/*	отвечает за заголовки в меню */
.meny-titl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13;
	color: #9f1515;
	font-weight: bold;
}




	/*	отвечает за внопку "вход" при авторизации */
.button {
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	font-size: 12px;
	width: 51;
	border: 0px;
	background-image: url(../images/enter.png);
	color : #8E5C15;
	}

		/*	отвечает за внопку "изменить" в профиле */
.button1 {
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	font-size: 12px;
	width: 68;
	border: 0px;
	background-image: url(../images/enter1.png);
	color : #8E5C15;
	}
	
	
	/*	отвечает за диз полей для ввода */
.inputbox {
   background: #e5e0d2;
   border : 1px double #c4af7a;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: Black;
   }
	
	
	
	
	table.infotable {
	background-color: Silver;
	border: 1px;
}
tr.srt {background-color:#e8e86a;font-size:12}
tr.odd {background-color:#efefef}
tr.even {background-color:#FFFFFF}

a.sm {
	color: Blue;
	text-decoration: underline;
	font-size: 13;
}
a.smnew {
	color: Blue;
	text-decoration: underline;
	font-size: 13;
}
a.srt {color:#FF0000;font-size:12}

div.pt {font-size:20}
div.subheader {font-size:18}
div.error {color:#FF0000}
