/* GENERAL RESET
 * Thanks to Yen Design @ http://yensdesign.com
 * as at October 2009
 */

root {
    display: block;
}

@CHARSET "UTF-8";
/******* GENERAL RESET *******/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border: 0pt none;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
/* margin: 0pt; /* breaks ie */
padding: 0pt;
vertical-align: baseline;
}

body{
    line-height: 16px;
    font-size: 12px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    margin: 0pt;
    cursor: default;
}
table{
    border-collapse: separate;
    border-spacing: 0pt;
    padding: 2px;
    line-height: 15px;
    font-size: 12px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    margin: 0pt;
    cursor: default;
}

caption, th, td{
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after{
    content: "";
}
blockquote, q{
    quotes: "" "";
}
input, textarea, select{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
strong{
    font-weight: 700;
}
ul{
    list-style: outside;
}
a{
    cursor: pointer;
    text-decoration: none;
}

h1, h2, h3 {
    line-height: normal;
    font-size: inherit;
    font-weight: 900;
}
h1 {
    font-size: 160%;
}
h2 {
    font-size: 140%;
}
h3 {
    font-size: 120%;
}

/* */
a:active, a:focus { /* FF Outline */
    outline: 0;
}

.clear{
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    display: block;
}

