
* {

	font-size: 100.01%;
	border: 0pt;
	padding: 0pt;
	margin: 0pt;
}

body {

	font-size: 0.75em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

html, body {

	height: 100%;
	padding: 0pt;
	margin: 0pt;
}

p {

	margin: 10px 0 0 0;
}

ul, ol {

	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

table {

	border-collapse: collapse;
}

h1, h2 {

	font-family: Verdana, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 0.5em;
}

h3 {

	font-family: Verdana, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 0.5em;
}

a:link, a:visited, a:active {

	color: #1c7ab0;
	text-decoration: underline;
}

a:hover {

	text-decoration: none;
}

a:focus {

	outline-style: none;
}

input {

	vertical-align: middle;
}

ul {

	margin: 10px;
}

.nowrap {

	white-space: nowrap;
}

/* Ошибка */
.red {

	color: #cb1d00;
}

/* Не ошибка :) */
.green {

	color: #76c100;
}

small {

	font-size: 0.3em;
	color: #8b8b8b;
}

div.clear {

	clear: both;
	height: 0;
	overflow: hidden;
}

div.floatLeft {

	float: left;
}

div.floatRight {

	float: left;
}

img.leftImage {

	margin-right: 10px;
	vertical-align: bottom;
}

img.rightImage {

	margin-left: 10px;
	vertical-align: bottom;
}

/* Различные отступы */
.p5px {

	padding: 5px;
}

.p10px {

	padding: 10px;
}

.p15px {

	padding: 15px;
}

.h2px {

	height: 2px;
}

.h4px {

	height: 4px;
}

.lh120 {

	line-height: 120%;
}

.lh140 {

	line-height: 140%;
}

.lh150 {

	line-height: 150%;
}

/* Показывать ТОЛЬКО в MSIE */
.IEonly {

	display: none;
}

* html .IEonly {

	display: block;
}