/* STYLE 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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; line-height: inherit; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ul { list-style: none; }
ol { list-style-type: decimal;}
table, caption, tbody, tfoot, thead, tr, th, td { outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; line-height: inherit; font-family: inherit; }
table { border-collapse: collapse; border-spacing: 0; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {quotes: "" "";}
a img, a:link img { border: 0;}
html { font-size: .75em; font-family: "Arial", "Helvetica", sans-serif;}
strong, b {font-weight: bold;}
i, em {font-style: italic;}
sup {vertical-align: super;}
sub {vertical-align: sub;}
dd {margin-left:25px;}
img { margin: 0; padding: 0; border: 0; outline: 0;}
blockquote {margin-left: 20px; padding-left: 10px;}


/* NOW DO em BASED OFF OF 12px 
10px = 0.83em
11px = 0.92em
12px = 1.00em
13px = 1.08em
14px = 1.17em
16px = 1.33em
18px = 1.50em
22px = 1.83em
*/

a:link {
    color: #2569b2;
    text-decoration: none;
}
a:visited {
    color: #4c7199; /* 627581; */
    text-decoration: none;
}
a:hover, a:active {
    color: #2569b2;
    text-decoration: underline;
}
 
a.smartedit {
    font-size: 10px;
    font-style: italic;
    color: #c00;
}
.thumbnail {
    color: #736F6E;
    font-size: 0.8em;
    line-height: 1.4;
}
.illustration {
    color: #736F6E;
    font-size: 0.8em;
}

.smartedit {
    font-size: 10px;
    font-style: italic;
    color: #c00;
}
 
hr {
height: 0;
border-bottom: 1px dotted #999;
}
