
/****************************************************************************/
/*** RESET ******************************************************************/ 
/****************************************************************************/
* {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    margin: 0;
}

img {
    border: 0;
}

strong, b {
	font-weight: bold;
}

fieldset {
	padding: 0;
    border: 0;
}

ol, ul, li, dl, dt, dd {
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }