BODY {
	background-color : #FFFFFF;}
	
/*	потом добавить в Body
	scrollbar-face-color: #006600; 
	scrollbar-shadow-color: #ABE2FF;
	scrollbar-highlight-color: #E8EEE9;
	scrollbar-3dlight-color: #006600;
	scrollbar-darkshadow-color: #006600;
	scrollbar-track-color: #E8EEE8;
	scrollbar-arrow-color: #E8EEE8;
*/

* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #606D60;
}

.copyright {
	color: #A0A0A0;
	line-height: 180%;
	font-size: 11;
}

a:hover.copyright, a:visited.copyright, a:link.copyright {
	color: #A0A0A0;
	font-style: normal;
	text-decoration: none;
}

h1,.h1 {
	font-size: 18;
	color: Red;
}

h2,.h2 {
	font-size: 14;
}

.header {
	font-weight: bold;
	color:#175b2a
}

b {
	font-weight: bold;
}

h3,.h3 {
	font-size: 12;
	text-align: justify;
	line-height: 140%;
}

h4,.h4 {
	font-size: 11;
	text-align: justify;
	line-height: 140%;
}

div.menu, div.menu_sel, div.menu_sub, div.menu_sub_sel {
	line-height: 100%;
	border: 1px solid rgb(128,128,128);
	background: #AABBAA;
	/*cursor: hand;*/
	display: block;
	height: 100%;
	width: 100%;
	padding: 7;
	text-align: center;
	color: white;
	font-size: 14;
}

div.menu_sub {
	line-height: 50%
}

div.menu_sel, div.menu_sub_sel {
	border: 2px solid rgb(240,64,64);
	font-weight: bold;
	line-height: 50%;
}

img {
	border:0
}