/* &copy Pavel Markovnin */

html {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 1.4em;
    background: #FFF;
}

div.contact_info input, textarea{
	margin:2px;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    font-size: 100%;
    line-height: 1.4em;
}

input, textarea {
    padding: 0.2em;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

hr.clear {
    display: none;
}

a:link {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid;
}

a:active {
    color: #cc0000;
    text-decoration: none;
    border-bottom: 1px solid;
}

a:hover {
    color: #444444;
    text-decoration: none;
    border-bottom: 1px inset;
}

a:visited {
    color: #444444;
    text-decoration: none;
    border-bottom: 1px solid;
}

a.dashed:link, a.dashed:visited, a.dashed:active {
    color: #0055cc;
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.dashed:hover {
    color: #cc0000;
    text-decoration: none;
    border-bottom: 1px dashed;
}

h1 {
    font-size: 1.6em;
    margin: 0 0 0.5em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
}

h3 {
    font-size: 1.4em;
    margin: 0 0 0.5em 0;
}

h4 {
    font-size: 1.3em;
    margin: 0 0 0.5em 0;
}

h5 {
    font-size: 1.2em;
    margin: 0 0 0.5em 0;
}

h6 {
    font-size: 1.1em;
    margin: 0 0 0.5em 0;
}

p {
    margin: 0 0 1.7em 0;
}

table {
    border: 0;
    border-collapse: collapse;
}

table td, th {
    padding: 0;
    vertical-align: top;
    text-align: left;
}

ul, ol {
/*    margin: 0 1em 0.7em 3em; */
}

ul li, ol li {
    list-style: default;
}

small, sup, sub {
    font-size: 0.8em;
}

big {
    font-size: 1.2em;
}

a.img {
  border-bottom: 0 ! important;
}
