﻿    body, table
    {
        font-family: Tahoma,Verdana,Arial;
        font-size:11px;
        text-align:justify;
        color:Black;
    }
    table
    {
        background-color:White;
        border-style:none;
        padding: 0px 0px 0px 0px;
    }
    h1,h2,h3 { font-weight: bold; }
    h1
    {
        font-size:16px;
    }
    h2
    {
        font-size:14px;
    }
    h3
    {
        font-size:12px;
    }
    
    /************************************/
    /* SPECIFIC STYLES                  */
    /************************************/
    .footer, .footer a
    {
        text-align:center;
        color:white;
        font-size:10px;
        background-color:Transparent;
    }
    .news h1
    {
        font-size:11px;
        margin-bottom:0;
    }
    .news h2
    {
        font-size:11px;
        color:#880000;
    }
    
    .sidemenu, .sidemenu a, .sidemenu h1, .sidemenu h2
    {
       background-color:Transparent;
       font-family:Trebuchet MS;
       font-size:14px;
       text-decoration:none;
       margin-top:0;
       margin-bottom:0;
    }
    .sidemenu h1 a
    {
       font-weight:bold;
       color:#daff5a;
    }
    .sidemenu h2 a
    {
       margin-left: 25px;
       font-weight:normal;
       color:#ebffa4;
    }
    .product, .product table
    {
        background-color:Transparent;
        vertical-align:top;
    }
    .product h1
    {
        text-align:left;
        text-transform: uppercase;
    }
    .features, .features h1, .features table, .features a
    {
        font-size:11px;
        color:#555555;
        vertical-align:top;
        text-align:left;
        text-decoration:none;
    }
    .features a:hover { text-decoration:underline; }
    .features h1
    {
        color:#555588;
    }
