html, body, dl, ul, ol, li, dd, dt, h1, h2, h3, h4, h5, h6, pre, p, blockquote, table, caption, tr, td, th, form, fieldset, legend, embed {
    margin: 0;
    padding: 0;
}
select {
    margin: 0;
}
html, body {
    width: 100%;
    height: 100%;
}
a img, fieldset {
    border: none;
}
img, fieldset, legend, legend *, embed {
    
}
table {
    border-collapse: collapse;
    border: none;
    empty-cells: show;
    font-size: 100%;
}
table th {
    text-align: left;
}
ul {
    list-style-type: none;
}
.clear {
    clear: both;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clear {
    height: 1%;
}
.clear {
    display: block;
}
/* End hide from IE-mac */

a {
    color: #6ea900;
    font-size: 14px;
}
a.nou {
    text-decoration: none;
}
a:hover, a:hover span {
    text-decoration: none !important;
}
a:active, a:focus, input:focus, select:focus, option:focus {
    outline: 0;
}

span.nobr {
    white-space: nowrap;

}