body {
    background: #92B000 url("images/body_bg.png") repeat-x top;
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: center;
    font: 90% Trebuchet MS, Verdana, sans-serif;
}

table.navmenu {
    width: 170px;
    text-align: left;
    font-size: 10pt;
    font-weight: bold;
}

a.navitem:link, a.navitem:visited, a.navitem:active {
    color: #ffffff;
    text-decoration: none;
    width: 160px;
    padding-left: 5px;
    padding-right: 5px;
    height: 23px;
}

a.navitem2:link, a.navitem2:visited, a.navitem2:active {
    color: #ffffff;
    text-decoration: none;
    width: 160px;
    padding-left: 5px;
    padding-right: 5px;
    height: 28px;
    font-size: 12pt;
}

a.indent {
    padding-left: 30px;
    color: #FFCC01;
    text-decoration: none;
    width: 160px;
    padding-right: 5px;
    height: 23px;
}
td.navitemcell {
    height: 23px;
}

td.navitemcell:hover {
    background-image: url(images/menu_active_bg.png);
}

td.navitemproduct {
    font-size: 8pt;
}

td.navitemproduct:hover {
    background-image: url(images/menu_active_bg.png);
}

td.active {
    background-image: url(images/menu_active_bg.png);
}

td.foundersmessageheader {
    text-align: center;
    font-size: 14pt;
}

td.foundersmessage {
    padding: 10px;
}

span.foundername {
    font-size: 13pt;
}
span.founder {
    font-size: 8pt;
}

div.contentheader {
    background-image: url(images/content_header_bg.png);
    text-align: left;
    padding-left: 25px;
}

.contentheadertext {
    font-family: Bookman Old Style, Trebuchet MS, Verdana, sans serif;
    font-size: 18pt;
    font-weight: bold;
    color: #FFCC33;
    text-align: left;
    text-decoration: none;
}

a.contentheadertext:hover {
    text-decoration: underline;
}

a.contact4quote {
    font-family: Bookman Old Style, Trebuchet MS, Verdana, sans serif;
    font-size: 14pt;
    font-weight: bold;
    color: #FFCC33;
    text-align: left;
}

.contentheadertextwhite {
    font-family: Bookman Old Style, Trebuchet MS, Verdana, sans serif;
    font-size: 18pt;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
}

span.subtitle {
    font-family: Bookman Old Style, Trebuchet MS, Verdana, sans serif;
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
}

span.subheadertext {
    font-family: Bookman Old Style, Trebuchet MS, Verdana, sans serif;
    font-size: 16pt;
    font-weight: bold;
    color: #FFFFFF;
}

a.subheadertextlink {
    font-family: Bookman Old Style, Trebuchet MS, Verdana, sans serif;
    font-size: 16pt;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

a.subheadertextlink:hover {
    text-decoration: underline;
}

span.subtitletext {
    font-family: Bookman Old Style, Trebuchet MS, Verdana, sans serif;
    font-size: 14pt;
    /*font-weight: bold;*/
    color: #FFFFFF;
}

a.productDesc {
    color: #FFFFFF;
    text-decoration: none;
}

a.productDesc:hover {
    text-decoration: underline;
}

p.productDetails {
    font-family: Bookman Old Style, Trebuchet MS, Verdana, sans serif;
    font-size: 11pt;
    font-weight: normal;
    color: #FFFFFF;
}

p.content {
    font-family: Bookman Old Style, Trebuchet MS, Verdana, sans serif;
    font-size: 11pt;
    font-weight: bold;
    color: #FFFFFF;
}

td.productPricing {
    font-family: Bookman Old Style, Trebuchet MS, Verdana, sans serif;
    font-size: 13pt;
    color: #FFFFFF;
}

.crossed_out {
    text-decoration: line-through;
}

.small {
    font-size: 8pt;    
}

hr {
    color: #000000;
    background-color: #000000;
    height: 1px;
    border: 0px solid #000000
}