body {
	font-family: Tahoma;
	font-size: 12px;
	color: #4c4c4c;
	line-height: 14px;
}

a {
	color: #36a3f6;
	text-decoration: underline;
}

h1.title-js {
	font-size: 32px;
	color: #8d9aa3;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2 {
	font-size: 22px;
	color: #8d9aa3;
	text-transform: uppercase;
	margin-bottom: 5px;
}
h2.h2-files {
	color: #fff;
	font-size: 18px;
}
h2.small-title {
	font-size: 18px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	background-image: url(/images/content/h3.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 12px;
}
.img, .img-js {
	float: left;
	margin: 0px 20px 10px 0px;
}
.img-js {
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
.icon {
	background-position: 6px 6px;
	background-repeat: no-repeat;
}
.more {
	text-decoration: none;
	display: inline-block;
	width: 9px;
	height: 14px;
	background-image: url(/images/content/more.png);
	background-position: 0px center;
	background-repeat: no-repeat;
}
.link {
	font-weight: bold;
	padding-left: 11px;
	background-image: url(/images/content/link.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
.link2 {
	font-weight: bold;
	padding-left: 11px;
	background-image: url(/images/content/h3.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
}


ul, ol {
	display: inline-block;
}

li {
	list-style: none;
	line-height: 17px;
}
ul li {
	background-image: url(/images/content/li.png);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	padding-left: 12px;
}







.simle-table {
	width: 100%;
}
.simle-table th {
	background-color: #0050a3;
	color: #fff;
	padding: 8px 15px;
	background-image: url(/images/content/table.png);
	background-position: 0px top;
	background-repeat: repeat-x;
}
.simle-table td {
	border: 1px solid #e5e5e5;
	padding: 8px 15px;
	background-color: #fff;
}
.simle-table td.alt, .simle-table tr.alt td {
	background-color: #e9f4fb;
}







