	body {
		background-image: url(../images/bg.gif);
		background-repeat: repeat-x;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
	}

	#menu {
		padding-top:5px;
		color:#FFFFFF;
		font-size:10pt;
	}
	
	h1 { border-left: 4px Solid #2285C0; padding-left: 5px; color: #2285C0; font-family: Tahoma; font-size: 18px; font-weight: 600; }
	h2,h3 { border-left: 4px Solid #2285C0; padding-left: 5px; color: #2285C0; font-family: Tahoma; font-size: 16px; font-weight: 600; }
	
textarea:focus {
background-color: #cfe6fc;
}
input:focus {
background-color: #cfe6fc;
}

    a, a:hover{
		color:#2285C0;;
	}
    a:visited {
		color:#2285C0;
	}
	strong { color: #2285C0; }
	strong.font { color: #2285C0;
				  font-size: 20px;
				 }
	._contentBox{
		border:1px solid #ccc;
		height:0px;
		visibility:hidden;
		position:absolute;
		background-color:#fff;
		overflow:hidden;
		padding:2px;
		width:300px;
	}
	._content{
		position:relative;		
		width:100%;
		font-size:12pt;
	}
	
	.mark {
		border:1px solid #000;
		width: 550px;	
	}
	
	ul.main-menu {
		margin: 0px;
		padding: 0px;
		list-style: none;
		margin-left: 65px;
		width: 205px;
	}

	ul.main-menu li {
		height: 25px;
		background-image: url(templates/images/warrow.gif);
		background-repeat: no-repeat;
		background-position: 15px;
		padding-left: 10px;
		font-family: Tahoma;
		font-size: 12px;
		color: #fff;
		border-top: 1px dotted #fff;
		vertical-align: middle;
		padding-top:5px;
	}
	
	ul.main-menu li.last {
		border-bottom: 1px dotted #fff;
	} 
	
	ul.top-menu {
		margin: 0px;
		padding: 0px;
		list-style: none;
	} 
	ul.top-menu li {
		float: left;
		padding-left: 14px;
		padding-right: 14px;
		background-image: url(templates/images/arrow.gif);
		background-repeat: no-repeat;
		background-position: 8px left;
		font-family: Arial;
		font-size: 14px;
		color: #686666;
		padding-top: 4px;
	}
	
	ul.top-menu li.selected {
		color: #36a6bb;
	}
	
	ul.top-menu li.razd {
		background: none;
		padding-top: 0px;
	} 
	.main-menu a:hover {
		color:#2285C0;
	}
