body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: White;
	font-family: Verdana, Helvetica, sans-serif;
	color: #353535;
	font-size: 75%;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	color: #4a4a2f;
}
h1.sitenew {
	margin-top: 54px;
}
h2 {
	font-size: 21px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 14px 0px;
	color: #4a4a2f;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h4 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
a:link, a:visited {
	color: #83b07c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #4a4a2f;
}

p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

img {
	border: none;
}
table td {
	vertical-align: top;
}




ul {
	list-style-image: none;
	margin: 10px 0px;
	padding: 0px;
}
ol {
	list-style-image: none;
	margin: 10px 0px 10px 23px;
	padding: 0px 0px 0px 0px;
}
ul li {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	background-image: url(/bitrix/templates/xteam2/images/marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
ol li {
	padding: 0px 0px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #979978;
}
ol li span {
	font-size: 100%;
	font-weight: normal;
	color: #353535;
}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}

.cont_table {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e3e7d2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e3e7d2;
	color: #353535;
}
.cont_table td, .cont_table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e7d2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e3e7d2;
	padding: 5px 10px;
}
.cont_table th {
	font-size: 14px;
	font-weight: bold;
	background-color: #e1e5cf;
	text-align: left;
}
.cont_table td.bg_green {
	background-color: #eeffd8;
}
.cont_table td.bg_orange {
	background-color: #ffeedd;
}
.cont_table td.bg_blue {
	background-color: #f5f6ef;
}
