﻿body 
{
    margin:0px 0px 0px 0px;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    background-color: #d3dded;
    background-image: url(./images/page_bg.gif);
    background-repeat: repeat-x;
}

#Flags
{
    position: relative;
    left: 610px;
    top: 5px;
    width:250px;
    height: 70px;
    z-index: 1;            
}

.main_page
{
    background-color: #DDDDDD;
}

.page_foot
{
    font-family: Arial;
    font-size: 10px;
    color: #000000;
}

.menu 
{
    background-color: #555555;
    height:25px;
}

.plugg_text
{
    font-family: Arial;
    font-size: 10px;
    color: #000000;    
}

.title
{
    font-family: Arial;
    font-weight:bold;
    font-size: 16px;
    color: #2675b7;
}

.sub_title
{
    font-family: Arial;
    font-weight:bold;
    font-size: 14px;
    color: #000000;
}

.sub_title_blue
{
    font-family: Arial;
    font-weight:bold;
    font-size: 13px;
    color: #2675b7;
}

.text_black
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

.text_blue
{
    font-family: Arial;
    font-size: 12px;
    color: #2675b7;
}

.error
{
    font-family: Arial;
    font-size: 12px;
    color: #FF0000;
}

a
{
    font-family: Arial;
    font-size:12px;
    text-decoration: none;
    color: #FFFFFF;
}

a:hover
{
    font-family: Arial;
    font-size:12px;
    text-decoration: underline;
    color: #000000;
}

a.menu
{
    font-family: Arial;
    font-size:12px;
    text-decoration: none;
    color: #FFFFFF;
}

a:hover.menu
{
    font-family: Arial;
    font-size:12px;
    text-decoration: underline;
    color: #FFFFFF;
}

a.black_link
{
    font-family: Arial;
    font-size:12px;
    font-weight:normal;
    color: #000000;
}

a:hover.black_link
{
    font-family: Arial;
    font-size:12px;
    font-weight:normal;
    color: #000000;
}

a.black_ul_link
{
    font-family: Arial;
    font-size:12px;
    font-weight:normal;
    color: #000000;
    text-decoration: underline;
}

a:hover.black_ul_link
{
    font-family: Arial;
    font-size:12px;
    font-weight:normal;
    color: #000000;
    text-decoration: underline;
}

a.black_small_link
{
    font-family: Arial;
    font-size:10px;
    font-weight:normal;
    color: #000000;
}

a:hover.black_small_link
{
    font-family: Arial;
    font-size:10px;
    font-weight:normal;
    color: #000000;
}
