﻿html, body, h1, h2, h3, h4, h5, h6, li, ol, ul, form, fieldset, input, p, blockquote, em, strong
{
    margin: 0px;
    padding: 0px;
}

/* sets declarations for all tables throughout the site */
table, tr, td, th
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    border-collapse: collapse;
}

html
{
    color: #000;
    font-family:  Verdana,'Trebuchet MS' , Arial;
    font-size: .8em;
    height: 100%;
}
body
{
    color: #000;
    padding: 25px;
}
code
{
    font-family: monospace;
}

img
{
    border-top-width: 0px;
    display: block;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
}
hr
{
    color: #999999;
}


h1
{
    font-size: 1.8em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #222692;
}
h2
{
    font-size: 1.6em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #222692;
}

h3
{
    font-size: 1.2em;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #222692;
}


.headline
{
    color: #0275E7;
    font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-weight: bold;
    text-align: left;
}

.customer_quote
{
    font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-style: italic;
    font-size: small;
    text-align: left;
}

.footnote
{
    color: #0275E7;
    font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: .9em;

}

.catalog_index TD
{
 padding-left: 15px;
 padding-right: 15px;
 padding-top: 5px;
 padding-bottom: 5px;

 }
 
#content
{
    
}
