﻿body
{
    color: Black;
    background-color: #B3CCEC;
  /*  background-image: url('../../images/OfficeBackground.png'); */
    background-position: top left;
    background-repeat: no-repeat;
    margin: 5px 5px 10px 5px;
}

a
{
    color: #295a8c;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.button
{
    display: block;
    margin: 12px;
}

table.application
{
    font-family: Cambria, Tahoma, Arial;
    font-size: 11pt;
    font-weight: normal;
    width: 625px;
    border-collapse: collapse;
}

td.title
{
    font-family: Cambria, Garamond, Tahoma, Arial;
    font-size: 20pt;
    color: Black;
    border-bottom: solid 3pt #6B90C0;
    text-align: left;
    padding: 4px;
}

td.decoration
{
    text-align: center;
    vertical-align: top;
    padding: 4px;
    border: solid 1px #6B90C0;
    background-color: White;
}

td.description
{
    background-color: whitesmoke;
    border: solid 1px #6B90C0;
    text-align: left;
    vertical-align: top;
    padding: 10px;
    width: 100%;
}

img.logo
{
    margin: 0px;
}

img.icon
{
    border: none;
    width: 192px;
    height: 192px;
}

div.subtitle
{
    font-family: Cambria, Tahoma, Arial;
    font-size: 14pt;
    font-weight: bold;
    color: #365F91;
    margin-bottom: 8pt;
}

table.specs
{
    font-family: Cambria, Tahoma, Arial;
    font-size: 10pt;
    font-weight: normal;
    color: Black;
    background-color: White;
    border: none;
    text-align: left;
}

td.install
{
    padding: 8px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 11pt;
}

td.specname
{
    padding: 2px;
    font-weight: bold;
}

td.specvalue
{
    padding: 2px;
    width: 100%;
}

h1
{
    font-family: Segoe UI, Tahoma, Verdana, Arial;
    font-size: 14pt;
    font-weight: normal;
    margin-top: 10pt;
    margin-bottom: 6px;
}

p
{
    margin-top: 0px;
}
