/* дефолтные стили для всего */
html {
	background-color:#f7f7f7;
}
body {
	/*color:#000;
	background-color:#fff;
	width:986px;
	margin:0 auto;*/
}

table,input,select,option,button,textarea,label,div,span,p,a,ol,ul,li,img {
	font-size:12px;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	color:#000;
}
a {
	color: #0f50ff;
}

p {
	margin:4px;
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	font-family:"Times New Roman",serif;
}
h1 {
	font-size:15px;
	margin-left:5px;
}
h2 {
	font-size:14px;
	margin-bottom:7px;
}
h3 {
	font-size:13px;
	margin-bottom:5px;
}
h4 {
	font-size:12px;
	margin-bottom:4px;
}
h5 {
	font-size:12px;
	margin-bottom:4px;
}
h6 {
	font-size:12px;
	margin-bottom:4px;
}

img {
	vertical-align:middle;
}

small {
	font-size:0.9em;
}
small * {
	font-size:1em;
}

.cntr {
	text-align:center;
}
.rght {
	text-align:right;
}
.cr {
	color: #d00;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.p4 {
	padding:4px;
}

/* -обязательное поле в форме- */
.op {
	font-weight:bold;
}

.op sup {
	color:#d00;
	font-size:1.5em;
}

img.i1 {
	width:1px;
	height:1px;
}
.nobr {
	white-space:nowrap;
}
