	TD { COLOR:#000000;
		font-family:tahoma;
		font-size:11px;
		line-height:18px}

	.myDIV {padding-top:10px;
	 	 padding-bottom:10px;
		 padding-left:20px;
		 padding-right:15px;}         
	
	A { COLOR:#000000;
		font-family:tahoma;
		font-size:11px;	 
		}	

	.hov { COLOR:#000000;
		font-family:tahoma;
		font-size:11px;
		text-decoration:none
		}
	.hov:hover {text-decoration:underline
		}

	.bot { COLOR:#BDB39C;
		font-family:tahoma;
		font-size:11px;	 
		}	
	.bot:hover { COLOR:#ffffff;
		}	

	.photo {
		border-color: #000000;
		}

	.input {
		border-style: solid;
		border-width: 2px;
		border-color: #000000;
		}
	.gray {
		color: #635E53;
		font-weight: bold;
		text-decoration: underline;
		}
	.graysmall {
		color: #999999;
		font-size:11px;
		font-weight: italic;
		}
	.hide_show > ul {
		  display: none;   // скрываем все дочерние списки
		}
	.hide_show:hover > ul {
  		display: block;   // при наведении мыши отображаем дочерний список
		}
	.hide_show:hover {
		text-decoration: underline;  //  что бы элемент оставался подчеркнутым при наведении мыши
		}	
	.as_link {
		color: #467AA7;
		font-weight: bold;
		text-decoration: underline;
		}
	.as_link:hover {
		color: #2A5A8A;
		cursor: pointer;
		text-decoration: underline;
		}
