@charset "iso-8859-1";

body
{
    color: #404040;
    background: #FFFFFF;
    background-image: url(images/Back.gif);
    background-repeat: repeat-y;
    font-family: "Trebuchet MS", "Tahoma", "Arial", "Helvetica";
    padding: 0px;
    margin-left: 192px;
    margin-top: 72px;
    margin-right: 16px;
    margin-bottom: 16px;
}

img
{
	border: none;
}

table
{
    border: 1px solid #E8E8E8;
    margin: 0px;
    padding: 0px;
}
th
{
    font-weight: bold;
    background: #E6ECF2;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
}
td
{
    color: #000000;
    padding: 8px;
    vertical-align: top;
}

ul
{
    margin-left: 12pt;
    list-style-type: square;
}
li
{
    margin-bottom: 6pt;
}

dt
{
    font-style: italic;
    margin-top: 16px;
    margin-bottom: 8px;
}

hr
{
    color: #E6ECF2;
    background: #E6ECF2;
    height: 4px;
    border: none;
    clear: both;
}

address
{
    font-size: small;
}

h1
{
    font-family: "Verdana";
    font-weight: 900;
    color: #202020;
    font-size: 16pt;
    font-weight: bold;
}
h2
{
    color: #404040;
    background: #E6ECF2;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 2ex;
    margin-bottom: 2ex;
    text-indent:6pt;
    clear: both;
}
h3
{
    color: #404040;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 0px;
}
h4
{
    color: #404040;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 0px;
}

em
{
    font-style: normal;
    font-weight: bold;
    color: #2856A6;
}

dt
{
    font-style: normal;
    font-weight: bold;
    color: #2856A6;
}

a:link
{
    color: #2968A8;
}
a:hover
{
    color: #404040;
}
a:visited
{
    color: #205080;
}

/* Layout */
div#header
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 72px;
    background-image: url(images/BackGradient.gif);
    background-repeat: repeat-x;
}
div#logohome
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 372px;
    height: 320px;
}
div#logo
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 192px;
    height: 88px;
}
div#lang
{
    position: absolute;
    top: 8px;
    right: 8px;
    height: 20px;
    padding: 0pt;
    margin: 0pt;
    font-size: 9px;
}
div#navigation
{
    position: absolute;
    top: 104px;
    left: 16px;
    width: 160px;
}


/* Navigation Menu */
div.menuitem
{
    padding-left: 16px;
    padding-right: 16px;
    font-weight: bold;
    font-size: 12pt;
}
div.thismenuitem
{
    padding-left: 16px;
    padding-right: 16px;
    font-weight: bold;
    font-size: 12pt;
    background: #DAE0E5;
}
div.submenuitem
{
    padding-left: 24px;
    padding-right: 16px;
    font-weight: normal;
    font-size: 10pt;
}
div.thissubmenuitem
{
    padding-left: 24px;
    padding-right: 16px;
    font-weight: normal;
    font-size: 10pt;
    background: #DAE0E5;
}
a.menu:link
{
    text-decoration: none;
    color: #205080;
}
a.menu:hover
{
    text-decoration: none;
    color: #404040;
}
a.menu:visited
{
    text-decoration: none;
    color: #205080;
}
a.menu:active
{
    text-decoration: none;
    color: #205080;
}

/* Product Section Header */
div#subcardsection
{
    font-weight: bold;
    font-size: 18pt;
    color: #2968A8;
    background-image: url(images/SubCardHead.gif);
    padding-left: 64px;
    padding-top: 12px;
    height: 44px;
    margin-bottom: 16px;
}

span.verdana
{
    font-family: "Verdana";
    font-weight: 900;
    color: #202020;
}
span.black
{
    color: #202020;
    font-weight: normal;
}
div.legal
{
    margin-top: 4pt;
    font-size: small;
    font-style: italic;
}


/* QuickLinks on Homepage */
td.quickicon
{
    border: 0px;
    margin: 0px;
    padding-top: 6px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 4px;
    vertical-align: top;
}
td.quicklink
{
    font-size: 9pt;
    border: 0px;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: top;
}
.error_message {
	color:#F00;
}
.download_link {
}



