@charset "utf-8";

/****************************************************************************************************/
img, div {
								border: none;
								behavior: url(/nail.css/iepngfix/iepngfix.htc)
}
/****************************************************************************************************/
HTML, HEAD,
APPLET, FRAME, FRAMESET, IFRAME, NOFRAMES, NOSCRIPT, OBJECT,
BODY, DIV, IMG,
H1, H2, H3, H4, H5, H6, P, HR, CENTER, BLOCKQUOTE,
A, B, STRONG, I, CITE, EM, VAR, ADDRESS, U, INS, S, STRIKE, DEL, PRE, TT, CODE, KBD, SAMP, Q, CITE,
UL, OL, LI,
TABLE, TR, THEAD, TBODY, TFOOT, COL, COLGROUP, TR, TH, TD, CAPTION,
DIR, MENU, DD, ABBR, ACRONYM {
                margin: 0;
                border: none;
                padding: 0;
                color: inherit;
                background: none;
                font: inherit;
                letter-spacing: inherit;
                word-spacing: inherit;
                text-align: left;
                vertical-align: top;
                text-decoration: inherit;
                text-transform: inherit;
                white-space: inherit;
                outline: none;
}

/* HTML, HEAD, APPLET, FRAME, FRAMESET, IFRAME, NOFRAMES, NOSCRIPT, OBJECT **************************/
HTML {
                display: block;
}

HEAD {
                display: none;
}

APPLET, FRAME, FRAMESET, IFRAME, NOFRAMES, NOSCRIPT, OBJECT {
                display: block;
}

/* BODY, DIV, IMG ***********************************************************************************/
BODY {
                display: block;
                float: none;
                clear: both;
                margin: 0;
                border: none;
                padding: 0;
                color: #000000;
                background: #FFFFFF;
                font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-style: normal;
                font-weight: normal;
                text-align: left;
                line-height: normal;
                cursor: default;
}

DIV {
                display: block;
                position: relative;
                float: none;
                clear: none;
                margin: 0;
                border: none;
                padding: 0;
}

IMG {
                display: inline;
                margin: 0;
                border: 0;
                padding: 0;
}

/* H1, H2, H3, H4, H5, H6, P, HR, CENTER, BLOCKQUOTE ************************************************/
H1, H2, H3, H4, H5, H6 {
                display: block;
                margin: 0 0 0.25em 0;
                padding: 0;
                color: inherit;
                background: none;
                font-weight: bold;
                text-align: left;
                text-decoration: inherit;
                line-height: normal;
}

H1 {
                margin: 0 0 0.25em 0;
                color: inherit;
                background: none;
                font-size: 2.0em;
                font-weight: bold;
}

H2 {
                margin: 0 0 0.25em 0;
                color: inherit;
                background: none;
                font-size: 1.75em;
                font-weight: bold;
}

H3 {
                margin: 0 0 0.25em 0;
                color: inherit;
                background: none;
                font-size: 1.50em;
                font-weight: bold;
}

H4 {
                margin: 0 0 0.25em 0;
                color: inherit;
                background: none;
                font-size: 1.25em;
                font-weight: bold;
}

H5 {
                margin: 0 0 0.25em 0;
                color: inherit;
                background: none;
                font-size: 1.0em;
                font-weight: bold;
}

H6 {
                margin: 0 0 0.25em 0;
                color: inherit;
                background: none;
                font-size: 0.75em;
                font-weight: bold;
}

P {
                display: block;
                margin: 0 0 0.5em 0;
                padding: 0;
                color: inherit;
                background: none;
                font-weight: normal;
                text-align: justify;
                line-height: normal;
}

HR {
                border: 1px inset;
}

CENTER {
                text-align: center;
}

BLOCKQUOTE {
                margin-left: 40px;
                margin-right: 40px;
}

/* A, B, STRONG, I, CITE, EM, VAR, ADDRESS, U, INS, S, STRIKE, DEL, PRE, TT, CODE, KBD, SAMP, Q, CITE */
A {
                cursor: pointer;
                text-decoration: none;
}

A:hover {
                outline: none;
                text-decoration: none;
}

A:focus {
                outline: none;
                text-decoration: none;
}

A:link, A:visited {
                text-decoration: none;
}

B, STRONG {
                font-weight: bolder;
}

I, CITE, EM, VAR, ADDRESS {
                font-style: italic;
}

U, INS {
                text-decoration: underline;
}

S, STRIKE, DEL {
                text-decoration: line-through;
}

PRE {
                font-family: monospace;
                white-space: pre;
}

TT, CODE, KBD, SAMP {
                font-family: monospace;
}

Q {
                display: inline;
}

CITE {
                display: inline;
                font-style: italic;
}

/* BIG, SMALL, SUB, SUP *****************************************************************************/
BIG {
                font-size: 1.25em;
}

SMALL {
                font-size: 0.75em;
}

SUB {
                font-size: 0.75em;
                vertical-align: sub;
}

SUP {
                font-size: 0.75em;
                vertical-align: super;
}

/* UL, OL, LI ***************************************************************************************/
UL {
                list-style-type: circle;
}

OL {
                list-style-type: decimal;
}

OL UL, UL OL, UL UL, OL OL {
                margin-top: 0;
                margin-bottom: 0;
}

LI {
                display: list-item;
                margin: 0.5em 0 0.5em 40px;
}

/* TABLE, TR, THEAD, TBODY, TFOOT, COL, COLGROUP, TR, TH, TD, CAPTION *******************************/
TABLE {
                display: table;
}

TR {
                display: table-row;
}

THEAD {
                display: table-header-group;
}

TBODY {
                display: table-row-group;
}

TFOOT {
                display: table-footer-group;
}

COL {
                display: table-column;
}

COLGROUP {
                display: table-column-group;
}

TR {
}

TH {
                display: table-cell;
                font-weight: bold;
                text-align: center;
}

TD {
                display: table-cell;
}

CAPTION {
                display: table-caption;
                text-align: center;
}

/* DIR, MENU, DD, ABBR, ACRONYM *********************************************************************/
DIR, MENU, DD {
                margin-left: 40px;
}

ABBR, ACRONYM {
                font-variant: small-caps;
                letter-spacing: 0.1em;
}

/* FORM, INPUT, FIELDSET ****************************************************************************/
FORM {
                display: block;
                margin: 0;
                padding: 0;
}

INPUT {
                display: block;
                /*margin: 0 0 3px 0;*/
                /*font-family: "Courier New", Courier, monospace;*/
}

SELECT {
								cursor: pointer;
}

FIELDSET {
                display: block;
}