html, body, th, td, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset, legend { margin:0; padding:0; }
html{ font-size:100%; } /* 16px */
body {
    background:#fff;
    color:#000;
    font-size:0.8125em;
    font-family: "trebuchet ms",arial,sans-serif,tahoma,verdana;
}
img           { border:none; }
table         { border-collapse:collapse; font-size:1em; }
table th      { vertical-align:top; text-align:left; font-weight:normal; }
table td      { vertical-align:top; }
table caption { text-align:left; }

.clear { clear:both; height:0; line-height:0; font-size:0; }
.clear-after { //height:1%; } /* ie fix */
.clear-after:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0; font-size:0; }

.nowrap { white-space:nowrap; }

hr { border:none; background:#d4d4d4; margin:7px 0; height:1px; clear:both; color:#dfdfdf; line-height:0; font-size:0; }

/*--------------------------------------------- links -------------------------------------------*/
a       { color:#004785; }
a:hover { color:#62a0d7; }


/*--------------------------------------------- forms -------------------------------------------*/
input.txt, select, textarea               { border:1px solid #406b9d; color:#000; font: 12px/19px "trebuchet ms",arial,sans-serif,tahoma,verdana; }
select.check, input.check, textarea.check { border:1px solid #f00; background:#ffe3a7; color:#000; }
select.stretch, input.stretch, textarea.stretch { width:98%; }

input.btn {
    background:url(i/btn/bg.gif) #fff 0 100% repeat-x;
    border-bottom:1px solid #003c74; border-right:1px solid #003c74; border-left:1px solid #255784; border-top:1px solid #255784;
    padding-left:18px; padding-right:18px;
    overflow:visible;
    height:22px;
    color:#255784;
    font-size:11px; font-family:tahoma;
    cursor:pointer;
}

span.obligatory { color:#f00; }

div.check {
    background:url(i/mrk/attention.gif) 0 0 no-repeat;
    padding-left:15px;
    color:#f00;
    font-family:tahoma; font-size:11px;
}
div.check-msg {
    background:url(i/mrk/attention.gif) #ffe3a7 2px 2px no-repeat;
    margin-bottom:10px; padding:1px 2px 3px 17px;
    color:#f00;
    font-family:tahoma; font-size:11px;
}
div.error strong  { color:#f00; }
div.flood strong  { color:#ffe3a7 }
div.done strong   { color:#000; }


/*----------------------------------------- typography ------------------------------------------*/
p     { margin-bottom:1em; }
h1    { margin-bottom:1.25em; font-size:1.38em; font-weight:normal; }
h2    { margin-bottom:1.25em; font-size:1.38em; font-weight:normal;  }
h3    { margin-bottom:0.42em; font-size:1em; font-weight:bold; }
big   { font-size:1.2em; }
small { font-size:0.8em; }
sup   { vertical-align:text-top; font-size:0.625em; }
em    { color:#f26521; font-style:normal; }
em[title], ins[title], del[title], abbr[title], acronym[title], dfn[title], blockquote[title] { cursor:help; }
address { font-style:normal; }


/*------------------------------------------- lists ---------------------------------------------*/
ul    { margin:0 0 1.66em 0; padding-left:17px; }
ul li {
    background:url(i/mrk/mrk1.gif) 0 0.5em no-repeat;
    margin-bottom:0.42em; padding-left:7px;
    list-style:none;
}
ul ul    { margin:0.42em 0 1.25em 0; }
ul li li {
    background:url(i/mrk/mrk2.gif) 0 0.45em no-repeat;
    margin-bottom:0.67em; padding-left:8px;
}

ol    { margin:0.42em 0 1.25em 0; padding-left:30px; }
ol li { margin-bottom:0.42em; }

dl    { margin:1.25em 0; }
dl dt { margin-bottom:0.17em; font-weight:bold; }
dl dd { margin:0 0 0.83em 10px; }

