﻿body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Verdana;
    font-size: 12px;
    color: #686c72;
    background-color: #FFFFFF;
}

a
{
    text-decoration: none;
    color: #FFFFFF;
    border: solid 0px #FFFFFF;
}

p
{
    margin-top: 30px;
}


h1
{
    font-family: 'Myriad Pro' , Verdana;
    font-size: 28px;
    color: #4f6073;
    margin: 40px 0px 40px 0px;
    font-weight: normal;
}

.button_blue 
{
    cursor: hand;
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center; 
    font-size: 12px; 
    bottom: 30px; 
    position: absolute; 
    color: #FFFFFF; 
    background-image: url('../images/button_blue.png'); 
    width: 100px; 
    height: 19px; 
    padding: 2px 0px 0px 0px; 
    background-repeat: no-repeat;
}

.button_blue a 
{
    text-decoration: none;
    color: #FFFFFF;
}

.button_blue:hover 
{
    text-decoration: underline;
    cursor: pointer;
    background-image: url('../images/button_gray.png'); 
}

.button_gray
{
    cursor: hand;
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center; 
    font-size: 12px; 
    color: #FFFFFF; 
    background-image: url('../images/button_gray.png'); 
    width: 100px; 
    height: 19px; 
    padding: 2px 0px 0px 0px; 
    background-repeat: no-repeat;
}

.button_gray a 
{
    text-decoration: none;
    color: #FFFFFF;
}

.button_gray:hover 
{
    text-decoration: underline;
    cursor: pointer;
    background-image: url('../images/button_blue.png'); 
}

.partner_logo
{
    width: 190px; 
    height: 90px; 
    text-align: center; 
    color: #BBBBBB;
}

.menubar 
{
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center; 
    font-size: 13px; 
    border-collapse: collapse;
}

.menubar td 
{    
    cursor: hand;
    padding: 0px 10px 0px 10px;
    padding-top: 5px;
    vertical-align: top; 
    height: 34px;
}

.menubar td:hover
{
    cursor: pointer;
    cursor: hand;
    background-image: url('../images/menu_button_back.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-decoration: underline;
}

.menubar_selected
{
    background-image: url('../images/menu_button_back.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
}

.flag
{
    margin-left: 6px;
    margin-bottom: 35px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.submenu 
{
    margin-top: 30px;
    width: 220px;    
}

.submenu tr 
{
   margin-top: 10px;
}

.submenu th
{
    background-image: url('../images/dotted.gif');
    background-repeat: repeat-x;
    color: #0c86ce;
    font-weight: bold;
    text-align: left;    
}

.submenu td
{
    cursor: hand;
    padding: 10px 0px 10px 10px;    
    background-color: #fafafb;
    color: #697e93;
}
.submenu td:hover
{
    background-color: #f3f4f5;
    color: #0780c6;
    cursor: pointer;
    text-decoration: underline;
}
