@charset "utf-8";

*{
    margin:0px;
    padding:0px;
    border:0px;
    outline:none;
    line-height: 18px;
}

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html{
    /*width:100%;*/
    height:100%;
    font-size:13px;
    margin: 0;
    padding: 0;
}
body {
    width:100%;
    height: 100%;
    min-height:100%;
    position:relative;
    line-height: 1;
    background:#fff;
    font:13px Arial, Helvetica, sans-serif;
}
select, textarea, .textbox{
    font:11px Arial, Helvetica, sans-serif;
}
fieldset{
    border:none;
}
legend{
    display:none;
}
img{
    border:none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

h1 {
    color:#000;
    font-size:1.8em;
    line-height:26px;
    margin:15px 0 15px 0;
    text-shadow:0px 1px 0px #d4d4d4;
}

h2 {
    color:#000;
    font-size:1.5em;
    margin:5px 0 5px 0;
    text-shadow:0px 1px 0px #d4d4d4;
}

h3 {
    color:#000;
    font-size:1.2em;
    margin:5px 0 5px 0;
    text-shadow:0px 1px 0px #d4d4d4;
}

input, button {
    font-family:Arial;
}

p {
    padding:3px 5px 3px 5px;
}

a {
    color:#349fe3;
}
a:hover {
    color:#39aaf2;
}

a.light {
    color:#dbdbdb;
}
a.light:hover {
    color:#39aaf2;
}

.clear{
    clear: both;
}

ul, ol{
    padding-left: 2em;
}

.small-font{
    font-size: 0.8em;
    text-align:justify;
    line-height:0.8em;
}