<!--
	Цветовая гамма: 
	Светло-голубой  #D8E8F3
	Темно-голубой  #B2C6DB   
	Темно-красный  #993300
 -->

	body {
		scrollbar-face-color: #D8E8F3;
		scrollbar-shadow-color: #B2C6DB;
		scrollbar-highlight-color: #ffffff;
		scrollbar-3dlight-color: #FFFFFF;
		scrollbar-darkshadow-color: #000000;
		scrollbar-track-color: #B2C6DB;
		scrollbar-arrow-color: #ffffff;
		margin-bottom : 0;
		margin-left : 0;
		margin-right : 0;
		margin-top : 0;
		background : #D8E8F3;
	}

	a:link {color:#000000; text-decoration : none;}
	a:visited {color:#000000; text-decoration : none;}
	a:hover {color:#FF0000;}
	
	.rheaders a:link {color:#993300; text-decoration : none;}
	.rheaders a:visited {color:#993300; text-decoration : none;}
	.rheaders a:hover {color:#FF0000;}
	
	.regularlinks a:link {color:#0000FF; text-decoration : underline;}	
	.regularlinks a:visited {color:#00008b; text-decoration : underline;}
	.regularlinks a:hover {color:#ff0000; text-decoration : underline;}		

	.menult {
		background : #D8E8F3;
		text-align : right;
		font : normal normal normal x-small "Arial Narrow";
		margin : 0 0 0 0;
		padding-right : 5px;
	}

	.menudk {
		background : #B2C6DB;
		text-align : right;
		font : normal normal normal x-small "Arial Narrow";
		margin : 0 0 0 0;
		padding-right : 5px;
	}

	.menusectlt {
		background : #D8E8F3;
		text-align : right;
		font : bold small "Arial Narrow";
		color : #993300;
		padding-right : 5px;
	}

	.menusectdk {
		background : #B2C6DB;
		text-align : right;
		font : bold small "Arial Narrow";
		color : #993300;
		padding-right : 5px;
	}
	
	.menuselectlt {
		background : #D8E8F3;
		text-align : right;
		font : bold x-small "Arial Narrow";
		margin : 0 0 0 0;
		padding-right : 5px;
	}

	.menuselectdk {
		background : #B2C6DB;
		text-align : right;
		font : bold x-small "Arial Narrow";
		margin : 0 0 0 0;
		padding-right : 5px;
	}

	h1 {
		font : normal normal normal medium "Arial";
		color : #993300;
	}

	h2 {
		font : normal normal normal small "Arial";
		color : #993300;		
	}

	h3 {
		font : normal normal normal x-small "Arial";
		color : #993300;		
	}

	p {
		font : normal normal normal x-small "Arial";
		color : Black;	
		width : 500px;
	}
	
	ol.decimal
	{
		list-style-type: decimal;
		font-family : sans-serif;
		font-size : x-small;
	}
	
	ul.disc
	{
		list-style-type: disc;
		font-family : sans-serif;
		font-size : x-small;
	}

	p.fig {
		color : Black;
		font-family : sans-serif;
		font-size : xx-small;
		font-weight : bold;
	}