@charset "UTF-8";
/* CSS Document */

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,
b, u, i, center,
dl, dt, dd, ol, ul, 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;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* -------------------------------------------------------- */
/*              RESET START OFF'S                */
/* -------------------------------------------------------- */


html, body {
    font-size: 1em;}
    
h1 {
    font-size: 1.5em;}

h2 {
    font-size: 1.3em;}
    
h3 {
    font-size: 1.1em;}
    
h4 {
    font-size: 1em;}
    
blockquote {
    margin: 5px 10px;}

p {
    margin: 10px 0;}
    
ul, ol, p {
    line-height: 18px;}

a {
    text-decoration: none;
    color: #5D60AC;}
    
a:hover {
    text-decoration: underline;}
    
blockquote {
    margin: 10px;
    padding: 10px;}
    
strong {
    font-weight: bold;}
    
small {
    font-size: .6em;}
    
img.right, img.left, img.normal {
    margin: 10px;}
    
img.right {
    margin-right: 0;
    float: right;}
    
img.left {
    margin-left: 0;
    float: left;}