
/* MAIN DOCUMENT STUFF */

body {
    color: black;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #d7d7d7;
    font-family: Tahoma, Helvetica CE, Arial CE, Arial, Helvetica, sans-serif; 
    font-size: 12px;
}

table.body {
    padding: 0px;
    spacing: 0px;
    border: 0px;
    margin: 0px;
    border-collapse: collapse;
}

td.leftshade {
    padding: 0px;
    background: url(images/shade_left.png);
    width: 8px;
}

td.rightshade {
    padding: 0px;
    background: url(images/shade_right.png);
    width: 8px;
}

td {
    font-family: Tahoma, Helvetica CE, Arial CE, Arial, Helvetica, sans-serif; 
    font-size: 12px;
}

th {
    font-family: Tahoma, Helvetica CE, Arial CE, Arial, Helvetica, sans-serif; 
    font-size: 12px;
    color: white;
    background: #003acc; /* #1e3486; */
    padding: 2px;
}

th.pricelist {
    font-size: 10px;
}

td.pricelist {
    font-size: 10px;
}

tr.pricelistodd {
    background: #cacaca;
}

tr.pricelisteven {
    background: #c0c0c0;
}

img.body {
    border: 0px;
    margin: 0px;
}

td.body {
    padding: 0px;
    background: #d0d0d0;
    vertical-align: top;
}

table.pricelist {
/*    border: 1px black dotted;*/
    border: 1px black solid;
    border-left: 0px;
    border-right: 0px;
    
    padding: 0px;
    spacing: 0px;
    margin: 0px;
/*    border: 1px black dotted;*/
    border-collapse: collapse;
}

/* MENU STUFF */

table.menu {
    padding: 0px;
    spacing: 0px;
    border: 0px;
    margin: 0px;
    border-collapse: collapse;
    height: 22px;
    width: 409px;
    background: url(images/menu_bg.png);
}

td.menubreak {
    padding: 0px;
    width: 2px;
}

td.menu {
    color: white;
    font-weight: bold;
    text-align: center;
}

a.menu {
    color: white;
    text-decoration: none;
}

a:visited.menu {
    color: white;
    text-decoration: none;
}

a:hover.menu {
    color: white;
    text-decoration: underline;
}

/* BODY STUFF */

td.main {
    width: 409px;
    padding: 0px;
    background: #d0d0d0;
    vertical-align: top;
    text-align: justify;
}

div {
    margin: 10px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 15px;
}

a {
    color: #003acc;
    text-decoration: underline;
}

a:visited {
    color: #003acc;
    text-decoration: underline;
}

a:hover {
    color: #6691ff;
    text-decoration: none;
}

td.bottom {
    height: 20px;
    font-size: 10px;
    text-align: center;
    vertical-align: bottom;
}
