/**
 * CSS-file with default styles
 *
 * @author Denis Barushev <barushev@gmail.com>
 * @since 28.06.2007
 * @version $Id$
 */

html, body, ul, ol, dl, li, dt, dd, p, h1, h2, h3, h4, h5, h6, table, thead, tbody, tr, td, form {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Tahoma, serif;
    font-size: 14px;
    color: #333;
    background: #fff;
}

ul {
    list-style-type: none;
}

img {
    border: 0;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

input, select, option {
}

textarea {
}

a {
    color: #143a62;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
}