BODY
{
    font-size: 10px;
    color: black;
    background-color: white;
    font-family: Verdana, serif, sans-serif;
    scrollbar-arrow-color: #ff0000;
    scrollbar-track-color: #6495ed;
    scrollbar-base-color: #000080;
}

.security
{
    background-color: #D1E1F0;
}

INPUT
{
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    font-family: verdana, arial, serif, sans-serif;
    background-color: #6495ed;
}

OPTION
{
    font-size: 10px;
    color: #000000;
    font-family: verdana, arial, serif, sans-serif;
    background-color: #6495ed;
}

SELECT
{
    font-size: 10px;
    color: #000000;
    font-family: verdana, arial, serif, sans-serif;
    background-color: #6495ed;
}

TEXTAREA
{
    font-size: 10px;
    color: #000000;
    font-family: verdana, arial, serif, sans-serif;
    background-color: #6495ed;
}

.button
{
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    font-family: verdana, arial, serif, sans-serif;
    background-color: #6495ed;
}

A:active
{
    color: #0000ee;
    text-decoration: none;
}
A:visited
{
    color: red;
    text-decoration: none;
}

A:hover
{
    color: #0000ee;
    text-decoration: underline;
}

A:link
{
    color: blue;
    text-decoration: none;
}

#link2 A:link
{
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    font-family: verdana, arial, serif, sans-serif;
    text-decoration: none;
}

#link2 A:visited
{
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    font-family: Verdana;
    text-decoration: none;
}

#link2 A:active
{
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    font-family: verdana, arial, serif, sans-serif;
    text-decoration: none;
}

#link2 A:hover
{
    font-weight: bold;
    font-size: 10px;
    color: #ff0000;
    font-family: verdana, arial, serif, sans-serif;
    text-decoration: none;
}

TD
{
    font-size: 10px;
    color: black;
    font-family: verdana, arial, serif, sans-serif;
}

.background
{
    background: url(images/index_10.jpg) white fixed repeat;
    background-position: top left;
}


.background2
{
    background: url(images/index_10.jpg) white fixed no-repeat;
    overflow: auto;
}

.whitetd
{
    font-size: 10px;
    color: white;
    font-family: verdana, arial, serif, sans-serif;
}

.whitetd a
{
    color: white;
}

.whitetd a:hover
{
    color: red;
}


#main_content
{
    background-image: url(images/index_10.jpg);
    background-repeat: repeat;
    background-color: #DCE8F4;
}

.country_name
{
    font-weight: bold;
    background-color: #000080;
    color: white;
    text-align: center;
    text-transform: capitalize;
}

.country_name a, td.country_name a:link, td.country_name a:visited, td.country_name a:hover, td.country_name a:active
{
    color: white;
}

a.languages:link, a.languages:visited, a.languages:hover, a.languages:active
{
    color: white;
}
table.simplepricestable, table.multicolumnpricestable
{
    background-color: #FFFFFF;
    border: 1px solid navy;
}
table.simplepricestable
{
    width: 400px;
}
table.multicolumnpricestable
{
    width: 600px;
}
table.simplepricestable td, table.multicolumnpricestable td
{
    padding: 3px;
    font-weight: normal;
}
table.simplepricestable thead td, table.multicolumnpricestable thead td
{
    padding: 3px;
    font-weight: normal;
    font-style: italic;
    font-size: smaller;
}
table.simplepricestable caption, table.multicolumnpricestable caption
{
    text-align: left;
    color: navy;
    border-style: none;
    border-width: 1px;
    padding-top: 10px;
    padding-bottom: 5px;
}

