﻿

/**
 * Reset block
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
    font-style: inherit;
    line-height: 1.4em;
    font-size: 9pt;
    font-family: Tahoma,Arial,Geneva CY,Sans-Serif;
	vertical-align: baseline;
	color:#585858;
}

:focus { outline: 0; }


ol, ul {
	list-style: none;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

/**
 * Вспомогательные
 */
.left   {text-align:left;}
.right  {text-align:right;}
.center {text-align:center;}
.top    {vertical-align:top;}
.bottom {vertical-align:bottom;}
.middle {vertical-align:middle;}

.hidden {display:none;}
.block  {display:block;}
.fleft  {float:left;}
.fright {float:right;}

a{
    /*color:#2CC4E8;*/
    color:585858;
    /*text-decoration: underline;*/
    text-decoration: none;
}

a:hover{
    color:#88d6e8;
    text-decoration: none;
}
a:visited {
    /*color:#88d6e8;*/
    color:585858;

}

h1, h2, h3, h4{
    margin: 20px 0 10px 40px;
    clear: both;
}
h1, h2{
    color:#04c4db;
}
h1{
    font-size: 2.4em;
    font-weight: bold;
}

h2{
    font-size: 1.4em;
    font-weight: bold;
}

h3{
    /*font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0 5px 0;*/
    font-size: 1.13em;
    font-weight: bold;
}
.index_news h4{
    font-size: 0.96em;
    font-weight: bold;
    color: #909090;
}

strong {
    font-weight: bold;
}
p{
    margin: 1em 0 0.2em 0;
}

