body {
        margin: 0px;
}
body,td,th {
        font-family: Arial, Helvetica, sans-serif;
}

/* Definition of standart links */
a:link {
        text-decoration: underline;
        color: #171796;
}
a:visited {        color: #171796;}
a:active {        color: #171796;}
a:hover {        color: #00B394;}

/* Definition of horizontal main navigation links */
a.menu:link {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
}
a.menu:visited {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
}
a.menu:active {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
}
a.menu:hover {
        color: #00B394;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
}
/* Definition of horizontal sub navigation (for offers pages) */
a.submenu:link {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
}
a.submenu:visited {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
}
a.submenu:active {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
}
a.submenu:hover {
        color: #171796;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
}

/* Definition of links for left navigation list*/
a.leftmenu:link, visited, active {
        color: #171796;
        text-decoration: underline;
        font-size: 11px;
        font-weight: bold;
}
a.leftmenu:hover {
        color: #00B394;
        text-decoration: underline;
}
/* Redefinition of headings */
h1 {
        font-size: 16px;
        font-weight: bold;
        color: #00B394;
        margin: 0px;
        padding: 10px;
}
h2 {
        font-size: 14px;
        font-weight: bold;
        color: #171796;
        margin: 0px;
        padding: 0px 10px;
}
/* Redefinition of description list ((left navigation list)*/
dl { margin-top: 0; }

dt
{
        font-size: 18px;
        color: #00B394;
        font-weight: bold;
        margin-top: 5px;
        margin-left: 20px;
        margin-bottom: 5px;
}

.dt
{
        font-size: 18px;
        color: #00B394;
        font-weight: bold;
        margin-top: 5px;
        margin-left: 20px;
        margin-bottom: 5px;
}

dd
{
        color: #171796;
        margin: 0em;
        padding: 2px 10px;
        font-size: 12px;
        font-weight: bold;
}

.dd
{
        color: #171796;
        margin: 0em;
        padding: 2px 10px;
        font-size: 12px;
        font-weight: bold;
}
/* Definintion of footer elements*/
.copyright {
        font-size: 11px;
        font-weight: bold;
        color: #333333;
        padding-right: 10px;
        padding-left: 10px;
}
.copyrightbgr {
        background-image: url(img/copyright.gif);
        background-repeat: no-repeat;
        background-position: right center;
}
/* Definition of body styles */
.bodytxt {
        font-size: 12px;
        text-align: justify;
        padding-right: 10px;
        padding-left: 10px;
        color: #171796;
}
.wb
{
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Times, serif;
	font-size: 11pt;
}
.headerbgr {

        background-image: url(img/171796.jpg);
        background-repeat: repeat-x;
        background-position: right bottom;
}
.vertdivider {
        background-image: url(img/vertdivider.jpg);
        background-repeat: repeat-y;
        background-position: center center;
}
.themetitle {
        font-weight: bold;
        color: #FFFFFF;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
        letter-spacing: 0.5px;
}
.green {
        color: #00B394;
        font-weight: bold;
        font-size: 12px;
}
.bodytxtright {

        font-size: 12px;
        text-align: right;
        padding-right: 10px;
        padding-left: 10px;
        color: #171796;
}
.vertsubdivider {

        background-image: url(img/vertsubdivider.jpg);
        background-repeat: repeat-y;
        background-position: center center;
}
.offerindexbgr {

        background-image: url(img/offers-intro.jpg);
        background-repeat: no-repeat;
        background-position: left top;
}
.bodyimage {
        border: 1px solid #171796;
        padding: 2px;
        float: left;
        margin: 5px;
}
.even {
        background-color: #171796;
        width: 3px;
}
.odd {
        background-color: #00B394;
        width: 3px;
}
.offers {
        padding: 2px;
        margin: 0px;
}
table.request {
        WIDTH: 220px
}
table.request TD {
        FONT-WEIGHT: bold;
        FONT-SIZE: 10px;
        color: #171796;
        padding: 2px;
}
table.request TH {
        FONT-WEIGHT: bold;
        font-size: 11px;
        color: #00B394;
        padding-top: 3px;
        padding-bottom: 3px;
}
